diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2022-07-26 03:23:56 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2022-08-25 23:15:08 -0400 |
| commit | 7018c408d6a717d92f948d7ec637465b2f20c5e3 (patch) | |
| tree | 37ea5a7ae8f1279dae544cb1966cb5cbd022b124 | |
| parent | 0560f1c15a7cfcf05e81eb40eec83a4e41c41322 (diff) | |
frameworks/base improvements
| -rw-r--r-- | static/releases.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/static/releases.html b/static/releases.html index af8ea349..e8ffbf3b 100644 --- a/static/releases.html +++ b/static/releases.html @@ -549,6 +549,10 @@ <p>Changes since the 2022072000 release:</p> <ul> + <li>improve compatibility with apps when the Network toggle is disabled by pretending INTERNET is still granted as a permission for self checks of the permission</li> + <li>Sandboxed Google Play compatibility layer: avoid crash in TelephonyManager#getCallState()</li> + <li>Sandboxed Google Play compatibility layer: handle updating power allowlist in broadcast PendingIntents</li> + <li>reorganize Storage Scopes implementation</li> <li>do not forward notifications from foreground user</li> </ul> </article> |
