diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2022-10-12 07:26:07 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2022-10-12 07:26:07 -0400 |
| commit | f6b9bc8623b77c2b0bed8e7c7ad792a19be6b7fa (patch) | |
| tree | 507fdbe7ccbb1f0329586e15f9ec469cd56fc4f6 | |
| parent | 78b0b0f0f405545c0af04bb9ea6ea0adbf1856c7 (diff) | |
Network/Sensors permission 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 848b009d..1798ff42 100644 --- a/static/releases.html +++ b/static/releases.html @@ -590,6 +590,11 @@ <p>Changes since the 2022100300 release:</p> <ul> + <li>notify the user when sensors access is denied by disabled Sensors permission</li> + <li>Settings: add a toggle for auto grants of Sensors permission</li> + <li>avoid restarting process when Sensors permission is granted since it fully supports runtime toggling</li> + <li>add a toggle for turning off auto grant of Network permission to package installation UI</li> + <li>don't auto-grant denied special runtime permissions (Sensors, Network) after app data reset</li> <li>Dialer: update visual voicemail (VVM) configuration database based on Google Phone 90.0.477356402</li> <li>Messaging: update MMS configuration database based on Google Messages 20220926_01_RC01</li> <li>Pixel 4a: raise maximum number of users to 32 to match other devices (was being overridden by device overlay)</li> |
