blob: 72352028a435eafaa19746938437577a9111523e [file] [log] [blame]
Motomu Utsumidca83672023-10-05 18:22:08 +09001package: "com.android.net.flags"
2
3flag {
4 name: "track_multiple_network_activities"
5 namespace: "android_core_networking"
6 description: "NetworkActivityTracker tracks multiple networks including non default networks"
7 bug: "267870186"
8}
Chalard Jeancf7dbca2023-09-12 20:16:43 +09009
10flag {
11 name: "forbidden_capability"
12 namespace: "android_core_networking"
13 description: "This flag controls the forbidden capability API"
14 bug: "302997505"
15}
Paul Huf3fe3332023-10-16 17:13:25 +080016
17flag {
18 name: "nsd_expired_services_removal"
19 namespace: "android_core_networking"
20 description: "Remove expired services from MdnsServiceCache"
21 bug: "304649384"
22}
Junyu Laidf210362023-10-24 02:47:50 +000023
24flag {
25 name: "set_data_saver_via_cm"
26 namespace: "android_core_networking"
27 description: "Set data saver through ConnectivityManager API"
28 bug: "297836825"
29}