summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2021-09-12 23:01:06 -0400
committerDaniel Micay <danielmicay@gmail.com>2021-09-12 23:01:06 -0400
commit34535415618564725aaf9c3f5333c3ce9d34fd30 (patch)
tree64590edd971c65a5c7c111dcfcb2103bc1941208 /static
parent14b8ae5886fbb2bdd480b31587556fc0144e523a (diff)
gmscompat: stub out getImei
Diffstat (limited to 'static')
-rw-r--r--static/releases.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/static/releases.html b/static/releases.html
index f6c28f9c..7f733502 100644
--- a/static/releases.html
+++ b/static/releases.html
@@ -449,6 +449,7 @@
<ul>
<li>Sandboxed Play services compatibility layer: stub out DeviceConfig APIs by ignoring device configuration writes instead of throwing a SecurityException</li>
<li>Sandboxed Play services compatibility layer: stub out DropBoxManager API by pretending no crash dumps, logs, etc. are available instead of throwing a SecurityException</li>
+ <li>Sandboxed Play services compatibility layer: stub out getImei API by pretending IMEI cannot be retrieved instead of throwing a SecurityException</li>
<li>Seedvault: add missing permission needed for UserManager restriction security fix in the last release</li>
<li>TalkBack (screen reader): update base version to 370044210 and port our changes (Switch Access service has been dropped upstream)</li>
</ul>