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

Commit 14dc8be1 authored by Matt Walliser's avatar Matt Walliser
Browse files

Add flag for Instant Hotspot connecting status on details page.

Bug: 321096462
Flag: android.net.wifi.flags.hotspot_network_connecting_state_for_details_page
Change-Id: I6e5fe3e49aa139e00dd89d622841cffe2a2b5c78
parent d2043307
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -35,3 +35,14 @@ flag {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "hotspot_network_connecting_state_for_details_page"
    namespace: "wifi"
    description: "Update getConnectedState in HotspotNetworkEntry so that details page displays correctly."
    bug: "321096462"
    is_fixed_read_only: true
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}