summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2023-03-28 17:40:20 -0400
committerDaniel Micay <danielmicay@gmail.com>2023-03-28 17:40:20 -0400
commitee669dc8ee0b78ea354022644fe45c168504b7b8 (patch)
treef50e08f930379d5261050241950c31e7a76ec9da
parent80631fab54d9663951be1aac3cb59dd03180a806 (diff)
restrict Pixel eSIM firmware app communication
-rw-r--r--static/releases.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/static/releases.html b/static/releases.html
index 62f303e7..d56ff8d1 100644
--- a/static/releases.html
+++ b/static/releases.html
@@ -683,6 +683,7 @@
<li>add generic compatibility shim catching the exception from the Gservices provider being missing to enable apps like Google Camera and the Pixel eSIM firmware app to work without GSF installed since they don't have any actual hard dependency on Play services</li>
<li>remove unnecessary INTERNET (Network) permission from Pixel eSIM firmware app</li>
<li>enable Pixel eSIM firmware app by default instead of it being part of the eSIM activation toggle which is now only used for the eSIM activation app (Google eUICC LPA)</li>
+ <li>restrict Pixel eSIM firmware app from communication with non-system components to prevent it trying to get flags from GSF or a fake GSF</li>
<li>Settings: add Pixel eSIM firmware app to the list of apps which can't be disabled via GUI since it updates firmware</li>
<li>Sandboxed Google Play compatibility layer: improve support for compatibility layer development</li>
</ul>