diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2024-11-17 10:44:54 -0500 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2024-11-17 10:44:54 -0500 |
| commit | 511bb1fa00af2692dcecf5d86c1a0fbd33e94339 (patch) | |
| tree | 8380f601b006d90bf027b11555c7eb36fbc430bc | |
| parent | 37a209e640d8b9d2db25dee839f4e1dfb9158bac (diff) | |
Pixel Tablet mock location fix
| -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 7c012c1e..a8b17000 100644 --- a/static/releases.html +++ b/static/releases.html @@ -544,6 +544,7 @@ <ul> <li>Private Space: put data at rest immediately after stopping the profile to match user profile behavior instead of only on reboot</li> + <li>fix Mock Location on devices like the Pixel Tablet without any standard location providers</li> <li>backport mainline APEX module patches for ART, DNS Resolver, DocumentsUI, Media, Media Provider, Network Stack, PermissionController, Remote Key Provisioning and Wi-Fi</li> <li>raise maximum running users from the standard 3 to 4 for 6GB memory, 6 for 8GB memory, 10 for 12GB memory and 14 for 16GB memory</li> <li>Settings: disable Bluetooth contact sharing by default</li> |
