summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2023-04-04 17:08:05 -0400
committerDaniel Micay <danielmicay@gmail.com>2023-04-04 17:08:05 -0400
commitc6f4b739ea05af28f4bcdf33d8245200507ceafe (patch)
treec9f3fbf47f66f3dd0d01adf853c5cad688bd359f
parent2f633e927dd04cfd27e37a79fb01d36be54d8869 (diff)
clarify GSF change
-rw-r--r--static/releases.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/releases.html b/static/releases.html
index 37e67a23..9247b0f5 100644
--- a/static/releases.html
+++ b/static/releases.html
@@ -699,7 +699,7 @@
<li>enable auto-reboot feature by default with a very conservative 72 hour timer (i.e. the device will automatically reboot after 3 days without a successful unlock of any profile by default with users encouraged to set a shorter value to get their data automatically back at rest faster)</li>
<li>Dialer: add modernized call recording implementation using modern Android storage (no files permission) and with unnecessary cruft removed including not locking availability or playing a recording tone based on region (users are responsible for respecting regional laws including informing the other party or obtaining explicit consent if required)</li>
<li>Dialer: replace disabling bytecode optimization with a specific rule to keep fragment constructors</li>
- <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>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 either GSF or 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>