diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2024-12-09 12:13:04 -0500 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2024-12-09 12:13:04 -0500 |
| commit | fa1e9d16af43c1ff73954354466427ea3bff6026 (patch) | |
| tree | e713642eabed8d1a1fb3da502e30749e89cfe8e0 | |
| parent | 672dfb16803bcc8b1ff3e686d77539fed6009aec (diff) | |
delay activation of the Allow button in USB ADB confirmation dialog
| -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 cf15547b..fa18ee1e 100644 --- a/static/releases.html +++ b/static/releases.html @@ -551,6 +551,7 @@ <p>Changes since the 2024120702 release:</p> <ul> + <li>delay activation of the Allow button for the Android Debug Bridge USB authorization dialog in order to avoid easily accidentally approving it</li> <li>Sandboxed Google Play compatibility layer: fix Android Auto Bluetooth audio regressions from Android 15 QPR1</li> <li>CarrierConfig2 (app created by GrapheneOS to replace Google CarrierSettings): add support for new ICCID MVNO type in Android 15 QPR1</li> <li>CarrierConfig2 (app created by GrapheneOS to replace Google CarrierSettings): add support for new ApnItem fields Android 15 QPR1</li> |
