summaryrefslogtreecommitdiff
path: root/wifi/wifi.aconfig
blob: 369b80994e1b79fa0f9bd1fa816d44f9a5859ea0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
package: "android.net.wifi.flags"
container: "system"

flag {
    name: "get_device_cross_akm_roaming_support"
    is_exported: true
    namespace: "wifi"
    description: "Add new API to get the device support for CROSS-AKM roaming"
    bug: "313038031"
    is_fixed_read_only: true
}

flag {
    name: "network_provider_battery_charging_status"
    is_exported: true
    namespace: "wifi"
    description: "Control the API that allows setting / reading the NetworkProviderInfo's battery charging status"
    bug: "305067231"
}

flag {
    name: "legacy_keystore_to_wifi_blobstore_migration_read_only"
    is_exported: true
    namespace: "wifi"
    description: "Add API to migrate all values from Legacy Keystore to the new Wifi Blobstore database"
    bug: "332560152"
    is_fixed_read_only: true
}

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
    }
}

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."
    bug: "321096462"
    is_fixed_read_only: true
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}