diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2023-01-07 13:29:51 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2023-01-07 13:29:51 -0500 |
| commit | 939af9acd10fb0a7dba794723d21ee3a087da463 (patch) | |
| tree | 350b64075b2b2c2e68d93c2d1f3bb9f5cd777346 | |
| parent | 98e58e35f8628dd7c601ff868da793f0407a5e8f (diff) | |
upstream AppOps fix + add logging
| -rw-r--r-- | static/releases.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/static/releases.html b/static/releases.html index 0eb1ec21..d8f036a2 100644 --- a/static/releases.html +++ b/static/releases.html @@ -665,6 +665,8 @@ <p>Changes since the 2023010300 release:</p> <ul> + <li>fix upstream bug leading to AppOps being reset after reboot</li> + <li>add more logging to resolve upstream another AppOps bug</li> <li>enable adaptive brightness by default</li> <li>Sandboxed Google Play compatibility layer: improve logging of GmsCompatConfig parser errors</li> <li>Sandboxed Google Play compatibility layer: update BluetoothAdapter.enable() shim for Android 13</li> |
