diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2022-02-17 15:49:50 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2022-02-17 15:50:11 -0500 |
| commit | d0b4eba3e271f4eaed518611ad5937b672b71f1a (patch) | |
| tree | c22db5414a49eb9025d32eb58ce59c9928e2cfab | |
| parent | 32bf7e3657727adaedcc4b380d4eb7cc0d42cf4c (diff) | |
gmscompat: add shim to stop use of the uwb API
| -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 08e850ba..1248f19c 100644 --- a/static/releases.html +++ b/static/releases.html @@ -520,6 +520,7 @@ <ul> <li>Pixel 6, Pixel 6 Pro: rebased onto SQ1D.220205.004 release</li> + <li>Sandboxed Google Play compatibility layer: add shim to stop Play services from trying to use the privileged android.hardware.uwb API to prevent a SecurityException on the Pixel 6 Pro and future devices with the feature</li> <li>Clock: use clock icon for the app icon instead of alarm icon</li> </ul> </article> |
