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

Commit 37706c62 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Add flag for Instant Hotspot connecting status on details page." into main

parents 09f46241 14dc8be1
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
    }
}