1package: "com.android.net.flags" 2container: "com.android.tethering" 3 4# This file contains aconfig flags for FlaggedAPI annotations 5# Flags used from platform code must be in under frameworks 6 7flag { 8 name: "set_data_saver_via_cm" 9 is_exported: true 10 namespace: "android_core_networking" 11 description: "Set data saver through ConnectivityManager API" 12 bug: "297836825" 13} 14 15flag { 16 name: "support_is_uid_networking_blocked" 17 is_exported: true 18 namespace: "android_core_networking" 19 description: "This flag controls whether isUidNetworkingBlocked is supported" 20 bug: "297836825" 21} 22 23flag { 24 name: "basic_background_restrictions_enabled" 25 is_exported: true 26 namespace: "android_core_networking" 27 description: "Block network access for apps in a low importance background state" 28 bug: "304347838" 29} 30 31flag { 32 name: "ipsec_transform_state" 33 is_exported: true 34 namespace: "android_core_networking_ipsec" 35 description: "The flag controls the access for getIpSecTransformState and IpSecTransformState" 36 bug: "308011229" 37} 38 39flag { 40 name: "tethering_request_with_soft_ap_config" 41 is_exported: true 42 namespace: "android_core_networking" 43 description: "The flag controls the access for the parcelable TetheringRequest with getSoftApConfiguration/setSoftApConfiguration API" 44 bug: "216524590" 45} 46 47flag { 48 name: "request_restricted_wifi" 49 is_exported: true 50 namespace: "android_core_networking" 51 description: "Flag for API to support requesting restricted wifi" 52 bug: "315835605" 53} 54 55flag { 56 name: "net_capability_local_network" 57 is_exported: true 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 is_exported: true 66 namespace: "android_core_networking" 67 description: "Flag for satellite transport API" 68 bug: "320514105" 69} 70 71flag { 72 name: "nsd_subtypes_support_enabled" 73 is_exported: true 74 namespace: "android_core_networking" 75 description: "Flag for API to support nsd subtypes" 76 bug: "265095929" 77} 78 79flag { 80 name: "register_nsd_offload_engine_api" 81 is_exported: true 82 namespace: "android_core_networking" 83 description: "Flag for API to register nsd offload engine" 84 bug: "301713539" 85} 86 87flag { 88 name: "metered_network_firewall_chains" 89 is_exported: true 90 namespace: "android_core_networking" 91 description: "Flag for metered network firewall chain API" 92 bug: "332628891" 93} 94 95flag { 96 name: "blocked_reason_oem_deny_chains" 97 is_exported: true 98 namespace: "android_core_networking" 99 description: "Flag for oem deny chains blocked reasons API" 100 bug: "328732146" 101} 102 103flag { 104 name: "blocked_reason_network_restricted" 105 is_exported: true 106 namespace: "android_core_networking" 107 description: "Flag for BLOCKED_REASON_NETWORK_RESTRICTED API" 108 bug: "339559837" 109} 110 111flag { 112 name: "net_capability_not_bandwidth_constrained" 113 is_exported: true 114 namespace: "android_core_networking" 115 description: "Flag for NET_CAPABILITY_NOT_BANDWIDTH_CONSTRAINED API" 116 bug: "343823469" 117} 118