summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2021-11-14 09:49:37 -0500
committerDaniel Micay <danielmicay@gmail.com>2021-11-14 09:54:39 -0500
commit9745a64181a1f972c290329f1a5a436159e6fe1a (patch)
treebe8bdebee0039c93ce2ad2d11cc686cafb53d5bf
parent04495c15e58ba3ceea14da3f5a86f787f2fe5b09 (diff)
sandboxed Play services AppOps improvement
-rw-r--r--static/releases.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/static/releases.html b/static/releases.html
index 7727fa04..76a7fd3a 100644
--- a/static/releases.html
+++ b/static/releases.html
@@ -463,6 +463,7 @@
<p>Changes since the 2021110617 release:</p>
<ul>
+ <li>Sandboxed Play services compatibility layer: improve AppOps compatibility layer for long-lived operations via the new startProxyOp/finishProxyOp API which previously had to be mimicked via the existing APIs</li>
<li>Updater: only allow privileged apps including Settings to open the settings activity since other apps like the launcher have no reason to open it</li>
<li>android-prepare-vendor carriersettings-extractor: strip out carrier provisioning configuration (OMA device management is not included in GrapheneOS so this references an app that's not present)</li>
<li>android-prepare-vendor carriersettings-extractor: always enable the ability to disable 2G</li>