diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2021-09-09 20:17:55 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2021-09-09 20:17:55 -0400 |
| commit | 15ace59dce6831a391ec4a36fd5ff04a8ff9bfdb (patch) | |
| tree | a66042dc6913e870726d618abbb24b6f105659cb | |
| parent | 650d1003c8cb27b518f55c992f9d17323694d3a4 (diff) | |
gmscompat: stub out DropBoxManager
| -rw-r--r-- | static/releases.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/static/releases.html b/static/releases.html index f8ae5442..232ee753 100644 --- a/static/releases.html +++ b/static/releases.html @@ -447,7 +447,8 @@ <p>Changes since the 2021090819 release:</p> <ul> - <li>Sandboxed Play services compatibility layer: stub out DeviceConfig APIs</li> + <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> </ul> </article> --> |
