diff options
Diffstat (limited to 'wifi/wifi.aconfig')
-rw-r--r-- | wifi/wifi.aconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/wifi/wifi.aconfig b/wifi/wifi.aconfig index 90d13e628ad6..369b80994e1b 100644 --- a/wifi/wifi.aconfig +++ b/wifi/wifi.aconfig @@ -38,6 +38,15 @@ flag { } flag { + name: "usd" + is_exported: true + namespace: "wifi" + description: "Unsynchronized Service Discovery" + bug: "340878198" + is_fixed_read_only: true +} + +flag { name: "hotspot_network_connecting_state_for_details_page" namespace: "wifi" description: "Update getConnectedState in HotspotNetworkEntry so that details page displays correctly." |