Motomu Utsumi | 3a586fc | 2024-01-22 16:21:48 +0900 | [diff] [blame] | 1 | package: "com.android.net.flags" |
Oriol Prieto Gasco | 6eec17a | 2024-02-03 02:39:14 +0000 | [diff] [blame] | 2 | container: "system" |
Motomu Utsumi | 3a586fc | 2024-01-22 16:21:48 +0900 | [diff] [blame] | 3 | |
| 4 | # This file contains aconfig flags for FlaggedAPI annotations |
| 5 | # Flags used from platform code must be in under frameworks |
| 6 | |
| 7 | flag { |
| 8 | name: "forbidden_capability" |
| 9 | namespace: "android_core_networking" |
| 10 | description: "This flag controls the forbidden capability API" |
| 11 | bug: "302997505" |
| 12 | } |
| 13 | |
| 14 | flag { |
| 15 | name: "set_data_saver_via_cm" |
| 16 | namespace: "android_core_networking" |
| 17 | description: "Set data saver through ConnectivityManager API" |
| 18 | bug: "297836825" |
| 19 | } |
| 20 | |
| 21 | flag { |
| 22 | name: "support_is_uid_networking_blocked" |
| 23 | namespace: "android_core_networking" |
| 24 | description: "This flag controls whether isUidNetworkingBlocked is supported" |
| 25 | bug: "297836825" |
| 26 | } |
| 27 | |
| 28 | flag { |
| 29 | name: "basic_background_restrictions_enabled" |
| 30 | namespace: "android_core_networking" |
| 31 | description: "Block network access for apps in a low importance background state" |
| 32 | bug: "304347838" |
| 33 | } |
| 34 | |
| 35 | flag { |
| 36 | name: "register_nsd_offload_engine" |
| 37 | namespace: "android_core_networking" |
| 38 | description: "The flag controls the access for registerOffloadEngine API in NsdManager" |
| 39 | bug: "294777050" |
| 40 | } |
| 41 | |
Yan Yan | 4862fd5 | 2024-02-12 20:57:38 +0000 | [diff] [blame] | 42 | flag { |
| 43 | name: "ipsec_transform_state" |
| 44 | namespace: "android_core_networking_ipsec" |
| 45 | description: "The flag controls the access for getIpSecTransformState and IpSecTransformState" |
| 46 | bug: "308011229" |
| 47 | } |
| 48 | |
Quang Anh Luong | 1252f7f | 2024-02-07 13:41:40 +0900 | [diff] [blame] | 49 | flag { |
| 50 | name: "tethering_request_with_soft_ap_config" |
| 51 | namespace: "android_core_networking" |
| 52 | description: "The flag controls the access for the parcelable TetheringRequest with getSoftApConfiguration/setSoftApConfiguration API" |
| 53 | bug: "216524590" |
| 54 | } |