1package: "android.net.platform.flags" 2container: "system" 3 4# This file contains aconfig flags used from platform code 5# Flags used for module APIs must be in aconfig files under each modules 6 7flag { 8 name: "powered_off_finding_platform" 9 namespace: "nearby" 10 description: "Controls whether the Powered Off Finding feature is enabled" 11 bug: "307898240" 12} 13 14flag { 15 name: "register_nsd_offload_engine" 16 is_exported: true 17 namespace: "android_core_networking" 18 description: "Flag for registerOffloadEngine API in NsdManager" 19 bug: "294777050" 20} 21 22flag { 23 name: "deprecate_network_policy_callback" 24 namespace: "backstage_power" 25 description: "Flag for deprecating NetworkPolicyCallback and related APIs" 26 bug: "353342610" 27 metadata { 28 purpose: PURPOSE_BUGFIX 29 } 30 is_exported: true 31} 32 33flag { 34 name: "mdns_improvement_for_25q2" 35 is_exported: true 36 namespace: "android_core_networking" 37 description: "Flag for MDNS quality, reliability and performance improvement in 25Q2" 38 bug: "373270045" 39} 40 41flag { 42 name: "vpn_type_oem_service_and_legacy" 43 namespace: "android_core_networking" 44 is_exported: false 45 description: "Flags the TYPE_VPN_OEM_SERVICE and TYPE_VPN_OEM_LEGACY VpnManager API constants" 46 bug: "389829981" 47} 48