summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2022-10-26 14:25:47 -0400
committerDaniel Micay <danielmicay@gmail.com>2022-10-26 14:25:47 -0400
commit2b7f9838e9619aaf4a1ec18ea084c37eb3eb3d64 (patch)
treedfe350104b5f43b0d13e2f6d04554e93a0b69ebe /static
parent65fa1507d28220bfdca99f438bcc5e21baeb30b6 (diff)
sandboxed Google Play improvements
Diffstat (limited to 'static')
-rw-r--r--static/releases.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/static/releases.html b/static/releases.html
index 4795cf48..b1cba7b0 100644
--- a/static/releases.html
+++ b/static/releases.html
@@ -645,6 +645,12 @@
<li>disable unnecessary ldisc_autoload feature (no relevant modules available for it to load anyway)</li>
<li>backport fix for crosvm locking up after suspend/resume</li>
<li>Vanadium: update Chromium base to 107.0.5304.54</li>
+ <li>Sandboxed Google Play compatibility layer: stop special casing GmsCompat as force queryable by marking that way directly</li>
+ <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: 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>
-->