diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2022-05-24 20:30:30 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2022-05-24 20:30:30 -0400 |
| commit | cf5ca141da33edbf5a506759c71dd126587ae373 (patch) | |
| tree | bd67899071e3997681e5739869c9c018224cce70 | |
| parent | aec0a72d7f93e5b0d396ff6d1321680bf3a8928f (diff) | |
sandboxed Google Play compat layer improvements
| -rw-r--r-- | static/releases.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/static/releases.html b/static/releases.html index c4a5447a..8925ac6a 100644 --- a/static/releases.html +++ b/static/releases.html @@ -532,6 +532,11 @@ <p>Changes since the 2022051100 release:</p> <ul> + <li>Sandboxed Google Play compatibility layer: improve compatibility with the Nearby Share feature</li> + <li>Sandboxed Google Play compatibility layer: add non-privileged approach for bringing apps out of standby to avoid delays for FCM and other features</li> + <li>Sandboxed Google Play compatibility layer: extend compatibility layer to support making the Google Search app work as a regular sandboxed app</li> + <li>Sandboxed Google Play compatibility layer: generic telephony compatibility improvement</li> + <li>Sandboxed Google Play compatibility layer: add support for Play Store in Direct Boot mode</li> <li>add indicator exemption for Default Print Service since the nearby device access is considered location access but it doesn't make sense to show this for a core OS component only using the access internally</li> <li>add toggle for disallowing a user from installing apps from unknown sources which will become increasingly useful as we flesh out our app repository</li> <li>Messaging: fix notification sounds in secondary users (upstream AOSP bug)</li> |
