sandboxed Google Play improvements

This commit is contained in:
Daniel Micay 2023-04-07 22:36:20 -04:00
parent 07b56aea18
commit 6cca013369

View File

@ -683,6 +683,9 @@
<li>add support for providing Camera vendor extensions on Pixels via Pixel Camera Services app (at the moment, only the Camera2 Night extension is available for certain devices and CameraX extensions aren't available yet)</li> <li>add support for providing Camera vendor extensions on Pixels via Pixel Camera Services app (at the moment, only the Camera2 Night extension is available for certain devices and CameraX extensions aren't available yet)</li>
<li>add support for runtime resource overlays (RROs) to exec spawning</li> <li>add support for runtime resource overlays (RROs) to exec spawning</li>
<li>remove support for disabling app visibility filtering since our Pixel eSIM firmware app integration depends on it</li> <li>remove support for disabling app visibility filtering since our Pixel eSIM firmware app integration depends on it</li>
<li>change standard Android package installer behavior to preserving packages being disabled after updating them</li>
<li>Sandboxed Google Play compatibility layer: coerce Play Store into updating disabled apps by hiding disabled state from it</li>
<li>Sandboxed Google Play compatibility layer: add infrastructure for bypassing permission requirements of services provided by Play services</li>
<li>GmsCompatConfig: update to <a href="https://github.com/GrapheneOS/platform_packages_apps_GmsCompat/releases/tag/config-45">version 45</a></li> <li>GmsCompatConfig: update to <a href="https://github.com/GrapheneOS/platform_packages_apps_GmsCompat/releases/tag/config-45">version 45</a></li>
<li>GmsCompatConfig: update to <a href="https://github.com/GrapheneOS/platform_packages_apps_GmsCompat/releases/tag/config-46">version 46</a></li> <li>GmsCompatConfig: update to <a href="https://github.com/GrapheneOS/platform_packages_apps_GmsCompat/releases/tag/config-46">version 46</a></li>
</ul> </ul>