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}