diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2022-07-11 14:07:01 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2022-08-25 23:15:08 -0400 |
| commit | 0569c790be718b1e3bacb1bb4c1eaeba9782bd37 (patch) | |
| tree | 50b3f5a6fa8eee287bf0b2563de345c87e0dc521 | |
| parent | 3feb4089699ee7913437ff93f4a4869b1bca05ac (diff) | |
Storage Scopes improvements
| -rw-r--r-- | static/releases.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/static/releases.html b/static/releases.html index 419bf950..e1d8db34 100644 --- a/static/releases.html +++ b/static/releases.html @@ -547,6 +547,8 @@ <ul> <li>Settings: do not initialize OBB toggle for non-attachable (privileged) apps</li> + <li>fix adding access to files with our Storage Scopes feature on devices using the new shared storage implementation (Pixel 4a (5G), Pixel 5, Pixel 5a, Pixel 6, Pixel 6 Pro)</li> + <li>improve permission UI instructing the user to revoke all storage permissions before enabling storage scopes</li> </ul> </article> --> |
