blob: 965354d8b3ed30610d6d5483164760974493ae61 [file] [log] [blame]
Motomu Utsumi3a586fc2024-01-22 16:21:48 +09001package: "com.android.net.flags"
Oriol Prieto Gasco6eec17a2024-02-03 02:39:14 +00002container: "system"
Motomu Utsumi3a586fc2024-01-22 16:21:48 +09003
4# This file contains aconfig flags for FlaggedAPI annotations
5# Flags used from platform code must be in under frameworks
6
7flag {
8 name: "forbidden_capability"
9 namespace: "android_core_networking"
10 description: "This flag controls the forbidden capability API"
11 bug: "302997505"
12}
13
14flag {
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
21flag {
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
28flag {
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
35flag {
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 Yan4862fd52024-02-12 20:57:38 +000042flag {
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 Luong1252f7f2024-02-07 13:41:40 +090049flag {
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}