diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2022-10-06 11:25:48 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2022-10-06 11:25:48 -0400 |
| commit | 3f162b74944033871297b1fc52823301828d59f7 (patch) | |
| tree | d591fa122df273e2019e2f7feb9632c8ae19c0cd | |
| parent | af1dbf2798560b281f2b772623a99e793f1eb18e (diff) | |
gmscompat improvements
| -rw-r--r-- | static/releases.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/static/releases.html b/static/releases.html index e62f3774..2c5cf457 100644 --- a/static/releases.html +++ b/static/releases.html @@ -591,6 +591,18 @@ <ul> <li>Pixel 4a: raise maximum number of users to 32 to match other devices (was being overridden by device overlay)</li> + <li>Storage Scopes: fix denial of app ops that are allowed by default</li> + <li>Storage Scopes: fix showing storage permission prompt in certain cases</li> + <li>Sandboxed Google Play compatibility layer: support intercepting SynchronousResultReceiver exceptions</li> + <li>Sandboxed Google Play compatibility layer: improve handling of pending intents</li> + <li>Sandboxed Google Play compatibility layer: silence notification channels by default</li> + <li>Sandboxed Google Play compatibility layer: improve infrastructure for GmsCompatConfig shims</li> + <li>Sandboxed Google Play compatibility layer: notify the user that Contacts sync can be enabled</li> + <li>Sandboxed Google Play compatibility layer: notify when an app requires the Speech Services app</li> + <li>GmsCompatConfig: fix Google account removal caused by attempt to use privileged APIs leading to an error blocking it</li> + <li>GmsCompatConfig: fully disable com.google.android.westworld</li> + <li>GmsCompatConfig: disable OS update service to prevent it crashing from lack of access</li> + <li>GmsCompatConfig: add BluetoothDevice shims</li> <li>Camera: update to <a href="https://github.com/GrapheneOS/Camera/releases/tag/52">version 52</a></li> <li>Auditor: update to <a href="https://github.com/GrapheneOS/Auditor/releases/tag/60">version 60</a></li> </ul> |
