sandboxed Google Play / eSIM activation changes

This commit is contained in:
Daniel Micay 2023-03-20 14:48:10 -04:00
parent 7603a68264
commit 84d274fa99

View File

@ -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>