diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2025-03-02 18:38:14 -0500 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2025-03-02 18:38:41 -0500 |
| commit | 5768e530e9203009e2e4d47bef61774b74edca9c (patch) | |
| tree | 8532a7d02dc320efa0377890a07269e61af2fae9 | |
| parent | 716b595c171a6d618bf79ab977ce069a386a7613 (diff) | |
clarification for locations settings check
| -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 8c4c537f..0207ce4c 100644 --- a/static/releases.html +++ b/static/releases.html @@ -582,7 +582,7 @@ <ul> <li>Sandboxed Google Play compatibility layer: remove requestLocationSettingsDialog() implementation due to apps implicitly depending on it depending in a very specific way</li> <li>Sandboxed Google Play compatibility layer: add isHybridLocationServiceEnabled() API</li> - <li>Sandboxed Google Play compatibility layer: skip location settings check activity when rerouting is on</li> + <li>Sandboxed Google Play compatibility layer: skip redundant location settings check activity when rerouting is on</li> </ul> </article> |
