Motomu Utsumi | dca8367 | 2023-10-05 18:22:08 +0900 | [diff] [blame] | 1 | package: "com.android.net.flags" |
| 2 | |
| 3 | flag { |
| 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 Jean | cf7dbca | 2023-09-12 20:16:43 +0900 | [diff] [blame] | 9 | |
| 10 | flag { |
| 11 | name: "forbidden_capability" |
| 12 | namespace: "android_core_networking" |
| 13 | description: "This flag controls the forbidden capability API" |
| 14 | bug: "302997505" |
| 15 | } |
Paul Hu | f3fe333 | 2023-10-16 17:13:25 +0800 | [diff] [blame] | 16 | |
| 17 | flag { |
| 18 | name: "nsd_expired_services_removal" |
| 19 | namespace: "android_core_networking" |
| 20 | description: "Remove expired services from MdnsServiceCache" |
| 21 | bug: "304649384" |
| 22 | } |
Junyu Lai | df21036 | 2023-10-24 02:47:50 +0000 | [diff] [blame] | 23 | |
| 24 | flag { |
| 25 | name: "set_data_saver_via_cm" |
| 26 | namespace: "android_core_networking" |
| 27 | description: "Set data saver through ConnectivityManager API" |
| 28 | bug: "297836825" |
| 29 | } |
Junyu Lai | bb59480 | 2023-09-04 11:37:03 +0800 | [diff] [blame] | 30 | |
| 31 | flag { |
| 32 | name: "support_is_uid_networking_blocked" |
| 33 | namespace: "android_core_networking" |
| 34 | description: "This flag controls whether isUidNetworkingBlocked is supported" |
| 35 | bug: "297836825" |
| 36 | } |
Suprabh Shukla | 2d893b6 | 2023-11-06 08:47:40 -0800 | [diff] [blame^] | 37 | |
| 38 | flag { |
| 39 | name: "basic_background_restrictions_enabled" |
| 40 | namespace: "android_core_networking" |
| 41 | description: "Block network access for apps in a low importance background state" |
| 42 | bug: "304347838" |
| 43 | } |