blob: ee4570ebea53e88938f2682e9800aee7feab3a6e [file] [log] [blame]
Aishwarya Mallamapticc1c45f2023-08-23 23:16:38 +00001package: "com.android.internal.telephony.flags"
Yu Liua20df182024-03-26 22:39:02 +00002container: "system"
Aishwarya Mallamapticc1c45f2023-08-23 23:16:38 +00003
Steve Statia51089d42024-03-15 22:07:25 +00004# OWNER=amallampati TARGET=24Q3
Aishwarya Mallamapticc1c45f2023-08-23 23:16:38 +00005flag {
6 name: "oem_enabled_satellite_flag"
Oriol Prieto Gasco9db3ede2024-03-01 16:52:43 +00007 is_exported: true
Aishwarya Mallamapticc1c45f2023-08-23 23:16:38 +00008 namespace: "telephony"
9 description: "This flag controls satellite communication supported by OEMs."
10 bug:"291811962"
11}
12
Steve Statia51089d42024-03-15 22:07:25 +000013# OWNER=amallampati TARGET=24Q3
Aishwarya Mallamapticc1c45f2023-08-23 23:16:38 +000014flag {
15 name: "carrier_enabled_satellite_flag"
Oriol Prieto Gasco9db3ede2024-03-01 16:52:43 +000016 is_exported: true
Aishwarya Mallamapticc1c45f2023-08-23 23:16:38 +000017 namespace: "telephony"
18 description: "This flag controls satellite communication supported by carriers."
19 bug:"296437388"
Nagendra Prasad Nagarle Basavarajuc00abbf2024-02-09 03:35:53 +000020}
21
Steve Statia51089d42024-03-15 22:07:25 +000022# OWNER=nagendranb TARGET=24Q3
Nagendra Prasad Nagarle Basavarajuc00abbf2024-02-09 03:35:53 +000023flag {
24 name: "satellite_internet"
25 namespace: "telephony"
26 description: "This flag enables satellite internet support."
27 bug:"326972202"
Allen Xud167c782024-05-10 19:52:38 +000028}
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"
Hyosun Kim14c4d052024-06-21 05:12:17 +000036}
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"
Mårten Kongstadb5267602024-11-28 07:58:20 +000044 is_exported: true
Hyosun Kim14c4d052024-06-21 05:12:17 +000045}
Thomas Nguyen2392ff92024-06-26 11:21:51 -070046
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}
youngtaechaf00eeae2024-07-18 14:23:23 +000055
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 }
rambowang228e57c2024-10-23 10:46:18 -050065}
66
Aishwarya Mallampatic0295002024-10-24 18:22:38 +000067# 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
rambowang228e57c2024-10-23 10:46:18 -050076# 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"
Mårten Kongstadb5267602024-11-28 07:58:20 +000082 is_exported: true
Aishwarya Mallampatic0295002024-10-24 18:22:38 +000083}