diff options
Diffstat (limited to 'wifi')
-rw-r--r-- | wifi/wifi.aconfig | 10 |
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 + } +} |