1package: "com.android.internal.telephony.flags" 2container: "system" 3 4# OWNER=amallampati TARGET=24Q3 5flag { 6 name: "oem_enabled_satellite_flag" 7 is_exported: true 8 namespace: "telephony" 9 description: "This flag controls satellite communication supported by OEMs." 10 bug:"291811962" 11} 12 13# OWNER=amallampati TARGET=24Q3 14flag { 15 name: "carrier_enabled_satellite_flag" 16 is_exported: true 17 namespace: "telephony" 18 description: "This flag controls satellite communication supported by carriers." 19 bug:"296437388" 20} 21 22# OWNER=nagendranb TARGET=24Q3 23flag { 24 name: "satellite_internet" 25 namespace: "telephony" 26 description: "This flag enables satellite internet support." 27 bug:"326972202" 28} 29 30# OWNER=xalle TARGET=24Q3 31flag { 32 name: "satellite_persistent_logging" 33 namespace: "telephony" 34 description: "This flag enables satellite persistent logging" 35 bug:"339877723" 36} 37 38# OWNER=hyosunkim TARGET=24Q3 39flag { 40 name: "carrier_roaming_nb_iot_ntn" 41 namespace: "telephony" 42 description: "This flag enables satellite carrier roaming to nb iot ntn." 43 bug:"348253735" 44 is_exported: true 45} 46 47# OWNER=tnd TARGET=24Q4 48flag { 49 name: "oem_enabled_satellite_phase_2" 50 is_exported: true 51 namespace: "telephony" 52 description: "This flag controls satellite communication supported by OEMs in phase 2." 53 bug:"349624547" 54} 55 56# OWNER=youngtaecha TARGET=24Q4 57flag { 58 name: "geofence_enhancement_for_better_ux" 59 namespace: "telephony" 60 description: "Enhance geofence to improve UX experience" 61 bug: "347711329" 62 metadata { 63 purpose: PURPOSE_BUGFIX 64 } 65} 66 67# OWNER=amallampati TARGET=25Q2 68flag { 69 name: "satellite_system_apis" 70 is_exported: true 71 namespace: "telephony" 72 description: "Convert hidden SatelliteManager APIs to system APIs." 73 bug:"373436320" 74} 75 76# OWNER=rambowang TARGET=25Q2 77flag { 78 name: "satellite_state_change_listener" 79 namespace: "telephony" 80 description: "Introduce SatelliteManager APIs for carrier apps to monitor satellite state change" 81 bug: "357638490" 82 is_exported: true 83} 84