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 is_fixed_read_only: true 14} 15 16flag { 17 name: "support_is_uid_networking_blocked" 18 is_exported: true 19 namespace: "android_core_networking" 20 description: "This flag controls whether isUidNetworkingBlocked is supported" 21 bug: "297836825" 22 is_fixed_read_only: true 23} 24 25flag { 26 name: "basic_background_restrictions_enabled" 27 is_exported: true 28 namespace: "android_core_networking" 29 description: "Block network access for apps in a low importance background state" 30 bug: "304347838" 31 is_fixed_read_only: true 32} 33 34flag { 35 name: "ipsec_transform_state" 36 is_exported: true 37 namespace: "android_core_networking_ipsec" 38 description: "The flag controls the access for getIpSecTransformState and IpSecTransformState" 39 bug: "308011229" 40 is_fixed_read_only: true 41} 42 43flag { 44 name: "tethering_with_soft_ap_config" 45 is_exported: true 46 namespace: "android_core_networking" 47 description: "The flag controls the access for the parcelable TetheringRequest with getSoftApConfiguration/setSoftApConfiguration API" 48 bug: "216524590" 49 is_fixed_read_only: true 50} 51 52flag { 53 name: "request_restricted_wifi" 54 is_exported: true 55 namespace: "android_core_networking" 56 description: "Flag for API to support requesting restricted wifi" 57 bug: "315835605" 58 is_fixed_read_only: true 59} 60 61flag { 62 name: "net_capability_local_network" 63 is_exported: true 64 namespace: "android_core_networking" 65 description: "Flag for local network capability API" 66 bug: "313000440" 67 is_fixed_read_only: true 68} 69 70flag { 71 name: "support_transport_satellite" 72 is_exported: true 73 namespace: "android_core_networking" 74 description: "Flag for satellite transport API" 75 bug: "320514105" 76 is_fixed_read_only: true 77} 78 79flag { 80 name: "nsd_subtypes_support_enabled" 81 is_exported: true 82 namespace: "android_core_networking" 83 description: "Flag for API to support nsd subtypes" 84 bug: "265095929" 85 is_fixed_read_only: true 86} 87 88flag { 89 name: "register_nsd_offload_engine_api" 90 is_exported: true 91 namespace: "android_core_networking" 92 description: "Flag for API to register nsd offload engine" 93 bug: "301713539" 94 is_fixed_read_only: true 95} 96 97flag { 98 name: "metered_network_firewall_chains" 99 is_exported: true 100 namespace: "android_core_networking" 101 description: "Flag for metered network firewall chain API" 102 bug: "332628891" 103 is_fixed_read_only: true 104} 105 106flag { 107 name: "blocked_reason_oem_deny_chains" 108 is_exported: true 109 namespace: "android_core_networking" 110 description: "Flag for oem deny chains blocked reasons API" 111 bug: "328732146" 112 is_fixed_read_only: true 113} 114 115flag { 116 name: "blocked_reason_network_restricted" 117 is_exported: true 118 namespace: "android_core_networking" 119 description: "Flag for BLOCKED_REASON_NETWORK_RESTRICTED API" 120 bug: "339559837" 121 is_fixed_read_only: true 122} 123 124flag { 125 name: "net_capability_not_bandwidth_constrained" 126 is_exported: true 127 namespace: "android_core_networking" 128 description: "Flag for NET_CAPABILITY_NOT_BANDWIDTH_CONSTRAINED API" 129 bug: "343823469" 130 is_fixed_read_only: true 131} 132 133flag { 134 name: "tethering_request_virtual" 135 is_exported: true 136 namespace: "android_core_networking" 137 description: "Flag for introducing TETHERING_VIRTUAL type" 138 bug: "340376953" 139 is_fixed_read_only: true 140} 141 142flag { 143 name: "netstats_add_entries" 144 is_exported: true 145 namespace: "android_core_networking" 146 description: "Flag for NetworkStats#addEntries API" 147 bug: "335680025" 148 is_fixed_read_only: true 149} 150 151flag { 152 name: "tethering_active_sessions_metrics" 153 is_exported: true 154 namespace: "android_core_networking" 155 description: "Flag for collecting tethering active sessions metrics" 156 bug: "354619988" 157 is_fixed_read_only: true 158} 159