diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2021-07-23 19:16:17 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2021-07-23 19:16:17 -0400 |
| commit | 3ccb01afb6d3221118887177da0f36ad66e62a4b (patch) | |
| tree | 7051b7d9b334a9aac80ef2455a5ab6d96a335d4a | |
| parent | ceee8c6543fa7cf44dddd268b808591ae805d865 (diff) | |
PermissionController fix for Network/Sensors
| -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 dd4f3ac1..69554e05 100644 --- a/static/releases.html +++ b/static/releases.html @@ -422,6 +422,7 @@ <li>Vanadium: update Chromium base to 92.0.4515.105</li> <li>Vanadium: drop removal of speculative service worker start for search</li> <li>init: fix use-after-free from event handling closures (issue uncovered by hardened_malloc in certain situations like unplugging a USB keyboard, etc.)</li> + <li>fix PermissionControler UI for Sensors/Network permissions with legacy API < 23 apps (i.e. apps without proper support for Android Marshallow and beyond)</li> </ul> </article> --> |
