Aishwarya Mallamapti | cc1c45f | 2023-08-23 23:16:38 +0000 | [diff] [blame] | 1 | package: "com.android.internal.telephony.flags" |
Yu Liu | a20df18 | 2024-03-26 22:39:02 +0000 | [diff] [blame] | 2 | container: "system" |
Aishwarya Mallamapti | cc1c45f | 2023-08-23 23:16:38 +0000 | [diff] [blame] | 3 | |
Steve Statia | 51089d4 | 2024-03-15 22:07:25 +0000 | [diff] [blame] | 4 | # OWNER=amallampati TARGET=24Q3 |
Aishwarya Mallamapti | cc1c45f | 2023-08-23 23:16:38 +0000 | [diff] [blame] | 5 | flag { |
| 6 | name: "oem_enabled_satellite_flag" |
Oriol Prieto Gasco | 9db3ede | 2024-03-01 16:52:43 +0000 | [diff] [blame] | 7 | is_exported: true |
Aishwarya Mallamapti | cc1c45f | 2023-08-23 23:16:38 +0000 | [diff] [blame] | 8 | namespace: "telephony" |
| 9 | description: "This flag controls satellite communication supported by OEMs." |
| 10 | bug:"291811962" |
| 11 | } |
| 12 | |
Steve Statia | 51089d4 | 2024-03-15 22:07:25 +0000 | [diff] [blame] | 13 | # OWNER=amallampati TARGET=24Q3 |
Aishwarya Mallamapti | cc1c45f | 2023-08-23 23:16:38 +0000 | [diff] [blame] | 14 | flag { |
| 15 | name: "carrier_enabled_satellite_flag" |
Oriol Prieto Gasco | 9db3ede | 2024-03-01 16:52:43 +0000 | [diff] [blame] | 16 | is_exported: true |
Aishwarya Mallamapti | cc1c45f | 2023-08-23 23:16:38 +0000 | [diff] [blame] | 17 | namespace: "telephony" |
| 18 | description: "This flag controls satellite communication supported by carriers." |
| 19 | bug:"296437388" |
Nagendra Prasad Nagarle Basavaraju | c00abbf | 2024-02-09 03:35:53 +0000 | [diff] [blame] | 20 | } |
| 21 | |
Steve Statia | 51089d4 | 2024-03-15 22:07:25 +0000 | [diff] [blame] | 22 | # OWNER=nagendranb TARGET=24Q3 |
Nagendra Prasad Nagarle Basavaraju | c00abbf | 2024-02-09 03:35:53 +0000 | [diff] [blame] | 23 | flag { |
| 24 | name: "satellite_internet" |
| 25 | namespace: "telephony" |
| 26 | description: "This flag enables satellite internet support." |
| 27 | bug:"326972202" |
Allen Xu | d167c78 | 2024-05-10 19:52:38 +0000 | [diff] [blame] | 28 | } |
| 29 | |
| 30 | # OWNER=xalle TARGET=24Q3 |
| 31 | flag { |
| 32 | name: "satellite_persistent_logging" |
| 33 | namespace: "telephony" |
| 34 | description: "This flag enables satellite persistent logging" |
| 35 | bug:"339877723" |
Hyosun Kim | 14c4d05 | 2024-06-21 05:12:17 +0000 | [diff] [blame] | 36 | } |
| 37 | |
| 38 | # OWNER=hyosunkim TARGET=24Q3 |
| 39 | flag { |
| 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" |
Mårten Kongstad | b526760 | 2024-11-28 07:58:20 +0000 | [diff] [blame] | 44 | is_exported: true |
Hyosun Kim | 14c4d05 | 2024-06-21 05:12:17 +0000 | [diff] [blame] | 45 | } |
Thomas Nguyen | 2392ff9 | 2024-06-26 11:21:51 -0700 | [diff] [blame] | 46 | |
| 47 | # OWNER=tnd TARGET=24Q4 |
| 48 | flag { |
| 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 | } |
youngtaecha | f00eeae | 2024-07-18 14:23:23 +0000 | [diff] [blame] | 55 | |
| 56 | # OWNER=youngtaecha TARGET=24Q4 |
| 57 | flag { |
| 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 | } |
rambowang | 228e57c | 2024-10-23 10:46:18 -0500 | [diff] [blame] | 65 | } |
| 66 | |
Aishwarya Mallampati | c029500 | 2024-10-24 18:22:38 +0000 | [diff] [blame] | 67 | # OWNER=amallampati TARGET=25Q2 |
| 68 | flag { |
| 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 | |
rambowang | 228e57c | 2024-10-23 10:46:18 -0500 | [diff] [blame] | 76 | # OWNER=rambowang TARGET=25Q2 |
| 77 | flag { |
| 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" |
Mårten Kongstad | b526760 | 2024-11-28 07:58:20 +0000 | [diff] [blame] | 82 | is_exported: true |
Aishwarya Mallampati | c029500 | 2024-10-24 18:22:38 +0000 | [diff] [blame] | 83 | } |