| package: "com.android.internal.telephony.flags" |
| container: "system" |
| |
| # OWNER=amallampati TARGET=24Q3 |
| flag { |
| name: "oem_enabled_satellite_flag" |
| is_exported: true |
| namespace: "telephony" |
| description: "This flag controls satellite communication supported by OEMs." |
| bug:"291811962" |
| } |
| |
| # OWNER=amallampati TARGET=24Q3 |
| flag { |
| name: "carrier_enabled_satellite_flag" |
| is_exported: true |
| namespace: "telephony" |
| description: "This flag controls satellite communication supported by carriers." |
| bug:"296437388" |
| } |
| |
| # OWNER=nagendranb TARGET=24Q3 |
| flag { |
| name: "satellite_internet" |
| namespace: "telephony" |
| description: "This flag enables satellite internet support." |
| bug:"326972202" |
| } |
| |
| # OWNER=xalle TARGET=24Q3 |
| flag { |
| name: "satellite_persistent_logging" |
| namespace: "telephony" |
| description: "This flag enables satellite persistent logging" |
| bug:"339877723" |
| } |
| |
| # OWNER=hyosunkim TARGET=24Q3 |
| flag { |
| name: "carrier_roaming_nb_iot_ntn" |
| namespace: "telephony" |
| description: "This flag enables satellite carrier roaming to nb iot ntn." |
| bug:"348253735" |
| is_exported: true |
| } |
| |
| # OWNER=tnd TARGET=24Q4 |
| flag { |
| name: "oem_enabled_satellite_phase_2" |
| is_exported: true |
| namespace: "telephony" |
| description: "This flag controls satellite communication supported by OEMs in phase 2." |
| bug:"349624547" |
| } |
| |
| # OWNER=youngtaecha TARGET=24Q4 |
| flag { |
| name: "geofence_enhancement_for_better_ux" |
| namespace: "telephony" |
| description: "Enhance geofence to improve UX experience" |
| bug: "347711329" |
| metadata { |
| purpose: PURPOSE_BUGFIX |
| } |
| } |
| |
| # OWNER=amallampati TARGET=25Q2 |
| flag { |
| name: "satellite_system_apis" |
| is_exported: true |
| namespace: "telephony" |
| description: "Convert hidden SatelliteManager APIs to system APIs." |
| bug:"373436320" |
| } |
| |
| # OWNER=rambowang TARGET=25Q2 |
| flag { |
| name: "satellite_state_change_listener" |
| namespace: "telephony" |
| description: "Introduce SatelliteManager APIs for carrier apps to monitor satellite state change" |
| bug: "357638490" |
| is_exported: true |
| } |