diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2024-07-28 11:26:37 -0400 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2024-07-28 11:26:37 -0400 |
| commit | 64916eafe0e3eb244e6707cee46424f6a270cf33 (patch) | |
| tree | 7e8cd0306efb856db49360a706bfd96dc93db7cc | |
| parent | 64e33a54ea31256e76173db1b862834c2aaa1cb2 (diff) | |
GmsCompatConfig update check fix
| -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 8d61f6ea..1d610ccd 100644 --- a/static/releases.html +++ b/static/releases.html @@ -791,6 +791,7 @@ <li>Pixel 8a: fix GNSS configuration to avoid occasional crashes of the service (Pixel 8a is currently the only Samsung GNSS device)</li> <li>Settings: don't allow disabling user installed apps when uninstall is disallowed</li> <li>Settings: modernize privacy and security settings</li> + <li>Sandboxed Google Play compatibility layer: avoid infinite wait for GmsCompatConfig update when call to App Store fails</li> <li>kernel (5.10): update to latest GKI LTS branch revision including update to 5.10.222</li> <li>kernel (5.15): update to latest GKI LTS branch revision including update to 5.15.163</li> <li>kernel (6.1): update to latest GKI LTS branch revision including update to 6.1.92</li> |
