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

Commit 86c8e561 authored by Matt Walliser's avatar Matt Walliser Committed by Android (Google) Code Review
Browse files

Merge "Add flag for Instant Hotspot connection canceled behavior." into main

parents 59b54966 9a18c3ec
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
    }
}