work around upstream app drawer layout issue

This commit is contained in:
Daniel Micay 2023-04-09 09:40:16 -04:00
parent 467ffc98aa
commit c0d9a8e7af

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>Launcher: add padding to background behind app drawer search bar to work around upstream layout issue</li>
<li>Contacts: use proper theme for AndroidX dialogs to fix crash</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>