diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2022-05-31 05:39:03 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2022-05-31 05:39:03 -0400 |
| commit | 27151ee792eaba1c12dcb60c97ac0e28d36aadb8 (patch) | |
| tree | 8e2f0361ccba713656375378e1a85ba3cf66a4dd /static | |
| parent | 30a09e9b943e8e0dad6d74234a53e755074f8d30 (diff) | |
fix legacy Network/Sensors handling
Diffstat (limited to 'static')
| -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 d111c471..b0d6a594 100644 --- a/static/releases.html +++ b/static/releases.html @@ -533,6 +533,7 @@ <p>Changes since the 2022052500 release:</p> <ul> + <li>extend Network/Sensors permission handling for legacy apps not targeting Android 6 or above (API 23) to resolve a UI issue where the user choosing to grant the Network/Sensors permissions via the legacy permission review interface doesn't appear in the Settings app info page</li> <li>Sandboxed Google Play compatibility layer: stub out reads of privileged settings values to avoid security exceptions</li> <li>Sandboxed Google Play compatibility layer: stub out privileged media session management functionality to avoid security exceptions</li> <li>Sandboxed Google Play compatibility layer: simplify implementation of many shims and remove obsolete shims |
