diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2022-10-27 03:22:26 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2022-10-27 03:22:26 -0400 |
| commit | 63fcef41f5a393b72c00e36c563b4681918917a1 (patch) | |
| tree | af1dc81365d316a9c1b1bb554ab42d6501fc45cd /static | |
| parent | d3d282e50801950a4b9e61ac5db080c13933c2ad (diff) | |
fix another typo
Diffstat (limited to 'static')
| -rw-r--r-- | static/releases.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/releases.html b/static/releases.html index 576cf1b7..e452e71d 100644 --- a/static/releases.html +++ b/static/releases.html @@ -667,7 +667,7 @@ <li>Sandboxed Google Play compatibility layer: improve shim for background activity starts</li> <li>Sandboxed Google Play compatibility layer: add PackageManager.getPackagesForUid() shim</li> <li>Sandboxed Google Play compatibility layer: update link to "Google Location Accuracy" activity to match the style of the Settings app</li> - <li>Sandboxed Google Play compatibility layer: add early rejection of getCurrentLocation() requests to avoid unnecessary battery usage and location indicator when we're going to request the request anyway</li> + <li>Sandboxed Google Play compatibility layer: add early rejection of getCurrentLocation() requests to avoid unnecessary battery usage and location indicator when we're going to reject the request anyway</li> <li>Sandboxed Google Play compatibility layer: check request granularity when issuing app-op checks to fix a case where apps can be blamed for doing a fine location check when they only did a coarse location check (no user-facing impact since the location history / indicator makes no distinction and it was correctly enforced for permission enforcement already)</li> </ul> </article> |
