Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9a18c3ec authored by Matt Walliser's avatar Matt Walliser
Browse files

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
parent f6ddd8a6
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -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
    }
}