diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2022-07-26 03:26:29 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2022-08-25 23:15:08 -0400 |
| commit | 7e4d53289012e98d9a68f70c6fc21ecea021cabd (patch) | |
| tree | 2637943e55f01d7e55bcfb363e8fe2aab538b478 | |
| parent | 7018c408d6a717d92f948d7ec637465b2f20c5e3 (diff) | |
close loophole for ACTIVITY_RECOGNITION permission
| -rw-r--r-- | static/releases.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/static/releases.html b/static/releases.html index e8ffbf3b..2f143981 100644 --- a/static/releases.html +++ b/static/releases.html @@ -553,6 +553,7 @@ <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>enforce ACTIVITY_RECOGNITION sensor permission for target API < 29 apps (fixes upstream Android privacy flaw)</li> <li>do not forward notifications from foreground user</li> </ul> </article> |
