diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2021-09-09 23:46:48 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2021-09-09 23:46:48 -0400 |
| commit | 019356cd160bf027dcaa6e30f5daab3a2debd88c (patch) | |
| tree | 3356f821279236daec2abbc661e02916ee9d98ac | |
| parent | 15ace59dce6831a391ec4a36fd5ff04a8ff9bfdb (diff) | |
add missing Seedvault permission
| -rw-r--r-- | static/releases.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/static/releases.html b/static/releases.html index 232ee753..6c82fff8 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>Seedvault: add missing permission needed for UserManager restriction security fix in the last release</li> </ul> </article> --> |
