diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2022-10-16 13:06:16 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2022-10-16 13:06:55 -0400 |
| commit | 1397d60ece830281cb1d385a6baa54441f1eb753 (patch) | |
| tree | bd6bd2a1629e9244951a8769f89fc84874d5e18b /static | |
| parent | a0546915dbfc664bd7138a773dd2042dc83f4174 (diff) | |
revert 32-bit WebView removal
Diffstat (limited to 'static')
| -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 f3d43276..e7f8b649 100644 --- a/static/releases.html +++ b/static/releases.html @@ -633,6 +633,7 @@ <p>Changes since the 2022101500 release:</p> <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>GmsCompatConfig: disable WearableDataListenerService</li> </ul> |
