diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2023-03-20 14:48:10 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2023-03-20 14:48:10 -0400 |
| commit | 84d274fa99b2123e1574938275c219d65b907199 (patch) | |
| tree | 361e1479e04148b40c685ba848dd394ac7801a9d | |
| parent | 7603a682642fbe4a03d5e5b67e4eedfc8caab99d (diff) | |
sandboxed Google Play / eSIM activation changes
| -rw-r--r-- | static/releases.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/static/releases.html b/static/releases.html index 852638ce..e7cb1302 100644 --- a/static/releases.html +++ b/static/releases.html @@ -683,6 +683,10 @@ <li>adevtool: implementation quality improvements</li> <li>Settings: remove missing display resolution animation</li> <li>CellBroadcastReceiver: drop out-of-sync translations for presidential alerts string</li> + <li>disable unnecessary auto-grant of Camera permission to eSIM activation app</li> + <li>Settings: revoke Camera permission from eSIM activation app before enabling it since it was auto-granted in the past</li> + <li>Sandboxed Google Play compatibility layer: don't spoof self permission checks that come from the compatibility layer itself</li> + <li>Sandboxed Google Play compatibility layer: add missing CHANGE_WIFI_STATE (Wi-Fi control) special access permission to the list of potential issues shown to users</li> <li>GmsCompatConfig: update to <a href="https://github.com/GrapheneOS/platform_packages_apps_GmsCompat/releases/tag/config-39">version 39</a></li> <li>GmsCompatConfig: update to <a href="https://github.com/GrapheneOS/platform_packages_apps_GmsCompat/releases/tag/config-40">version 40</a></li> <li>Apps: update to <a href="https://github.com/GrapheneOS/Apps/releases/tag/17">version 17</a></li> |
