1package: "android.net.wifi.flags"
2container: "system"
3
4flag {
5    name: "get_device_cross_akm_roaming_support"
6    is_exported: true
7    namespace: "wifi"
8    description: "Add new API to get the device support for CROSS-AKM roaming"
9    bug: "313038031"
10    is_fixed_read_only: true
11}
12
13flag {
14    name: "network_provider_battery_charging_status"
15    is_exported: true
16    namespace: "wifi"
17    description: "Control the API that allows setting / reading the NetworkProviderInfo's battery charging status"
18    bug: "305067231"
19}
20