diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2023-04-23 21:16:43 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2023-04-23 21:16:43 -0400 |
| commit | 01c46984e0ca7b1e8aa69c2e5f18a4982ec6ae01 (patch) | |
| tree | ee0bbed137abdcf7c461ca20682c45841f67fbb0 | |
| parent | a42b926f2f92e8783ae1f838d92bf27ed33be06b (diff) | |
disable UWB by default
| -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 cc7255ab..8ca378e7 100644 --- a/static/releases.html +++ b/static/releases.html @@ -683,6 +683,7 @@ <ul> <li>add Storage Scopes link to "All files access" screen</li> <li>Launcher: revert additional padding (will need a different workaround for the upstream issue)</li> + <li>disable UWB (Ultra Wide Band) by default</li> <li>hwui: backport null pointer check from AOSP master</li> <li>keystore: backport generating fallback operation challenge with SecureRandom from AOSP master</li> <li>Launcher: backport null pointer check from AOSP master</li> |
