blob: 8c448e6ffc8480ea76b8b45f3dd8da35236f9ad4 [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 {
Motomu Utsumi3a586fc2024-01-22 16:21:48 +09008 name: "set_data_saver_via_cm"
9 namespace: "android_core_networking"
10 description: "Set data saver through ConnectivityManager API"
11 bug: "297836825"
12}
13
14flag {
15 name: "support_is_uid_networking_blocked"
16 namespace: "android_core_networking"
17 description: "This flag controls whether isUidNetworkingBlocked is supported"
18 bug: "297836825"
19}
20
21flag {
22 name: "basic_background_restrictions_enabled"
23 namespace: "android_core_networking"
24 description: "Block network access for apps in a low importance background state"
25 bug: "304347838"
26}
27
28flag {
29 name: "register_nsd_offload_engine"
30 namespace: "android_core_networking"
31 description: "The flag controls the access for registerOffloadEngine API in NsdManager"
32 bug: "294777050"
33}
34
Yan Yan4862fd52024-02-12 20:57:38 +000035flag {
36 name: "ipsec_transform_state"
37 namespace: "android_core_networking_ipsec"
38 description: "The flag controls the access for getIpSecTransformState and IpSecTransformState"
39 bug: "308011229"
40}
41
Quang Anh Luong1252f7f2024-02-07 13:41:40 +090042flag {
43 name: "tethering_request_with_soft_ap_config"
44 namespace: "android_core_networking"
45 description: "The flag controls the access for the parcelable TetheringRequest with getSoftApConfiguration/setSoftApConfiguration API"
46 bug: "216524590"
47}
Motomu Utsumi52f294c2024-02-15 15:21:39 +090048
49flag {
50 name: "request_restricted_wifi"
51 namespace: "android_core_networking"
52 description: "Flag for API to support requesting restricted wifi"
53 bug: "315835605"
54}
55
56flag {
57 name: "net_capability_local_network"
58 namespace: "android_core_networking"
59 description: "Flag for local network capability API"
60 bug: "313000440"
61}
62
63flag {
64 name: "support_transport_satellite"
65 namespace: "android_core_networking"
66 description: "Flag for satellite transport API"
67 bug: "320514105"
68}
69
70flag {
71 name: "nsd_subtypes_support_enabled"
72 namespace: "android_core_networking"
73 description: "Flag for API to support nsd subtypes"
74 bug: "265095929"
75}
76
77flag {
78 name: "register_nsd_offload_engine_api"
79 namespace: "android_core_networking"
80 description: "Flag for API to register nsd offload engine"
81 bug: "301713539"
82}