diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2021-12-07 11:22:13 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2021-12-07 11:22:13 -0500 |
| commit | 9db2355fd0eebf80573aa34b7d8298fbde16b32f (patch) | |
| tree | 91c74c8c80954a27b6089144c371d2227b5005d7 | |
| parent | 2d0ed21fe81e830000ae4c2558626697834e958d (diff) | |
fix display issue for per-network MAC randomization
| -rw-r--r-- | static/releases.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/static/releases.html b/static/releases.html index 2893f784..d7a70b5c 100644 --- a/static/releases.html +++ b/static/releases.html @@ -511,6 +511,7 @@ <li>Sandboxed Play services compatibility layer: improve robustness of Play Store compatibility layer</li> <li>Camera: update to <a href="https://github.com/GrapheneOS/Camera/releases/tag/7">version 7</a></li> <li>TalkBack (screen reader): update dependencies</li> + <li>avoid per-network randomization mode (AOSP default) being displayed as per-connection randomization mode (GrapheneOS default not available in AOSP) after rebooting despite persisting and working properly (caused by an additional abstraction layer introduced in Android 12)</li> </ul> </article> --> |
