diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2022-10-17 03:07:41 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2022-10-17 03:08:09 -0400 |
| commit | 7fb815ac7827b575b2872cfb979e61a71868e421 (patch) | |
| tree | ccd5ed46646ae6fc9387581d59b2407aa91f6261 | |
| parent | e6222fd422ea928cef2ae55b9eae0eb4c3ca8eba (diff) | |
clarify hidden app fix
| -rw-r--r-- | static/releases.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/releases.html b/static/releases.html index cf032ad6..871ab067 100644 --- a/static/releases.html +++ b/static/releases.html @@ -651,7 +651,7 @@ <ul> <li>Vanadium: add back 32-bit WebView support since there are non-Play-Store app repositories distributing 32-bit-only APKs due to save storage space based on their incorrect assumption that they'll work on 64-bit devices and their lack of support for split APKs able to provide support for each architecture with minimal storage use (we still plan to add 64-bit Vanadium builds for use on the Pixel 7 and Pixel 7 Pro where 32-bit app support has been dropped)</li> - <li>don't auto-revoke Sensors/Network permissions from hidden apps</li> + <li>don't auto-revoke Sensors/Network permissions when 'freezing' apps with device managers</li> <li>GmsCompatConfig: disable WearableDataListenerService</li> <li>raise minimum supported fastboot version for the factory images flashing scripts to 33.0.3</li> <li>adevtool: exclude additional prebuilt files</li> |
