From 07ed3c047218ba74afb91771ee46ee84cc53ac71 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Sat, 21 Jan 2023 16:32:51 -0500 Subject: [PATCH] improve action required in Play Store UX --- static/releases.html | 1 + 1 file changed, 1 insertion(+) diff --git a/static/releases.html b/static/releases.html index ad39d362..e0a799f3 100644 --- a/static/releases.html +++ b/static/releases.html @@ -681,6 +681,7 @@
  • Sandboxed Google Play compatibility layer: use the most recent available version map in GmsCompatConfig to simplify defining configuration
  • Sandboxed Google Play compatibility layer: improve stack trace parser used for dynamic exception shims
  • Sandboxed Google Play compatibility layer: add shim for making Bluetooth adapter discoverable
  • +
  • Sandboxed Google Play compatibility layer: improve UX for "Action required in Play Store" notification
  • GmsCompatConfig: add stub for LocationManager.registerGnssStatusCallback()
  • GmsCompatConfig: update max supported version of Play services and Play Store
  • stop re-enabling deprecated 2-button navigation option since Android no longer has official support for it and is gradually breaking support for it including making changes knowingly introducing bugs with it since it's not meant to be used (traditional 3-button navigation is still fully supported)