summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Matt Walliser <mattwalliser@google.com> 2024-07-16 18:01:20 +0000
committer Matt Walliser <mattwalliser@google.com> 2024-07-16 20:05:16 +0000
commit9a18c3ecee16bfbfd77734750e3d789e1c9747ea (patch)
treea3cac172fd5f21077731e05f910f349c17757bef
parentf6ddd8a6f327d21e82ec3e1426f9c232a081b03a (diff)
Add flag for Instant Hotspot connection canceled behavior.
Bug: 329670511 Flag: android.net.wifi.flags.hotspot_network_unknown_status_resets_connecting_state Change-Id: Ibb65829e4608bae0fa222fdf243c4fab766935d8
-rw-r--r--wifi/wifi.aconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/wifi/wifi.aconfig b/wifi/wifi.aconfig
index c1effe148e5c..f7162f6b7746 100644
--- a/wifi/wifi.aconfig
+++ b/wifi/wifi.aconfig
@@ -25,3 +25,13 @@ flag {
description: "Add API to migrate all values from Legacy Keystore to the new Wifi Blobstore database"
bug: "332560152"
}
+
+flag {
+ name: "hotspot_network_unknown_status_resets_connecting_state"
+ namespace: "wifi"
+ description: "Reset the connecting state flags when the hotspot network updates to unknown."
+ bug: "329670511"
+ metadata {
+ purpose: PURPOSE_BUGFIX
+ }
+}