Motomu Utsumi | 3a586fc | 2024-01-22 16:21:48 +0900 | [diff] [blame^] | 1 | package: "com.android.net.flags" |
| 2 | |
| 3 | # This file contains aconfig flags for FlaggedAPI annotations |
| 4 | # Flags used from platform code must be in under frameworks |
| 5 | |
| 6 | flag { |
| 7 | name: "forbidden_capability" |
| 8 | namespace: "android_core_networking" |
| 9 | description: "This flag controls the forbidden capability API" |
| 10 | bug: "302997505" |
| 11 | } |
| 12 | |
| 13 | flag { |
| 14 | name: "set_data_saver_via_cm" |
| 15 | namespace: "android_core_networking" |
| 16 | description: "Set data saver through ConnectivityManager API" |
| 17 | bug: "297836825" |
| 18 | } |
| 19 | |
| 20 | flag { |
| 21 | name: "support_is_uid_networking_blocked" |
| 22 | namespace: "android_core_networking" |
| 23 | description: "This flag controls whether isUidNetworkingBlocked is supported" |
| 24 | bug: "297836825" |
| 25 | } |
| 26 | |
| 27 | flag { |
| 28 | name: "basic_background_restrictions_enabled" |
| 29 | namespace: "android_core_networking" |
| 30 | description: "Block network access for apps in a low importance background state" |
| 31 | bug: "304347838" |
| 32 | } |
| 33 | |
| 34 | flag { |
| 35 | name: "register_nsd_offload_engine" |
| 36 | namespace: "android_core_networking" |
| 37 | description: "The flag controls the access for registerOffloadEngine API in NsdManager" |
| 38 | bug: "294777050" |
| 39 | } |
| 40 | |