fix crash for Contacts app

This commit is contained in:
Daniel Micay 2023-04-09 07:35:35 -04:00
parent 6cca013369
commit 467ffc98aa

View File

@ -684,6 +684,7 @@
<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>change standard Android package installer behavior to preserving packages being disabled after updating them</li>
<li>Contacts: use proper theme for AndroidX dialogs to fix crash</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: 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>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>