blob: 2d6992ab1134b34804a2ae2437838b83a90c99d4 [file] [log] [blame]
Thomas Stuart2a5027a2023-09-15 16:18:39 -07001package: "com.android.internal.telephony.flags"
Yu Liua20df182024-03-26 22:39:02 +00002container: "system"
Thomas Stuart2a5027a2023-09-15 16:18:39 -07003
Ling Mab78bb232024-05-06 15:56:14 -07004# OWNER=linggm TARGET=24Q3
5flag {
6 name: "combine_ril_death_handle"
7 namespace: "telephony"
8 description: "Upon radio service death, combine its handling to prevent race condition"
9 bug:"319612362"
10 metadata {
11 purpose: PURPOSE_BUGFIX
12 }
13}
14
Steve Statia51089d42024-03-15 22:07:25 +000015# OWNER=tjstuart TARGET=24Q3
Thomas Stuart2a5027a2023-09-15 16:18:39 -070016flag {
17 name: "do_not_override_precise_label"
18 namespace: "telephony"
19 description: "When set, Telecom will not override the precise label for certain disconnect causes."
20 bug: "296968778"
21 is_fixed_read_only: true
Thomas Nguyenfaeb40a2023-10-04 15:53:41 -070022}
23
Steve Statia51089d42024-03-15 22:07:25 +000024# OWNER=tnd TARGET=24Q1
Thomas Nguyenfaeb40a2023-10-04 15:53:41 -070025flag {
26 name: "log_mms_sms_database_access_info"
27 namespace: "telephony"
28 description: "Whether to log MMS/SMS database access info and report anomaly when getting exception."
29 bug: "275225402"
Avinash Malipatil06b34ac2023-10-25 15:28:42 +000030}
31
Steve Statia51089d42024-03-15 22:07:25 +000032# OWNER=tjstuart TARGET=24Q3
Avinash Malipatil06b34ac2023-10-25 15:28:42 +000033flag {
Thomas Stuart13fbcf72023-11-09 16:51:39 -080034 name: "stop_spamming_emergency_notification"
35 namespace: "telephony"
36 description: "When set, the no wifi emergency calling availability notif will have a do not ask again button"
37 bug: "275225402"
38}
39
Steve Statia51089d42024-03-15 22:07:25 +000040# OWNER=avinashmp TARGET=24Q3
Thomas Stuart13fbcf72023-11-09 16:51:39 -080041flag {
Avinash Malipatil06b34ac2023-10-25 15:28:42 +000042 name: "enable_wps_check_api_flag"
Oriol Prieto Gasco9db3ede2024-03-01 16:52:43 +000043 is_exported: true
Avinash Malipatil06b34ac2023-10-25 15:28:42 +000044 namespace: "telephony"
45 description: "Enable system api isWpsCallNumber. Its an utility api to check if the dialed number is for Wireless Priority Service call."
46 bug: "304272356"
Grant Menke51f02272023-11-08 10:35:56 -080047}
48
Steve Statia51089d42024-03-15 22:07:25 +000049# OWNER=grantmenke TARGET=24Q3
Grant Menke51f02272023-11-08 10:35:56 -080050flag {
51 name: "ensure_access_to_call_settings_is_restricted"
52 namespace: "telephony"
53 description: "Check if access to mobile network configs restricted before displaying call options"
54 bug: "309655251"
sangyundf098532023-11-13 21:41:06 +090055}
56
Steve Statia51089d42024-03-15 22:07:25 +000057# OWNER=sangyun TARGET=24Q2
sangyundf098532023-11-13 21:41:06 +090058flag {
59 name: "reorganize_roaming_notification"
60 namespace: "telephony"
61 description: "Reorganize conditions to show and dismiss roaming notifications."
62 bug: "310594087"
63}
64
Steve Statia51089d42024-03-15 22:07:25 +000065# OWNER=sangyun TARGET=24Q2
sangyundf098532023-11-13 21:41:06 +090066flag {
67 name: "dismiss_network_selection_notification_on_sim_disable"
68 namespace: "telephony"
69 description: "Fix to dismiss network selection notification when disable sim."
70 bug: "310594186"
71}
72
Steve Statia51089d42024-03-15 22:07:25 +000073# OWNER=nagendranb TARGET=24Q3
sangyundf098532023-11-13 21:41:06 +090074flag {
Nagendra Prasad Nagarle Basavarajub0910be2023-11-09 12:39:29 +000075 name: "enable_telephony_analytics"
76 namespace: "telephony"
77 description: "Enable Telephony Analytics information of Service State , Sms and Call scenarios"
78 bug: "309896524"
79}
rambowang33b7f282023-11-28 14:47:09 -060080
sangyun2ec43cd2024-03-31 12:26:00 +090081# OWNER=sangyun TARGET=24Q3
82flag {
83 name: "roaming_notification_for_single_data_network"
84 namespace: "telephony"
85 description: "Fix bug where roaming notification was not shown on a single data network."
86 bug:"249908996"
87 metadata {
88 purpose: PURPOSE_BUGFIX
89 }
Jack Yud6e33882024-05-06 12:04:44 -070090}
91
92# OWNER=joonhunshin TARGET=24Q3
93flag {
94 name: "enforce_telephony_feature_mapping"
95 namespace: "telephony"
96 description: "This flag controls telephony feature flags mapping."
97 bug:"297989574"
98}
99
100# OWNER=joonhunshin TARGET=24Q3
101flag {
102 name: "enforce_telephony_feature_mapping_for_public_apis"
103 namespace: "telephony"
104 description: "This flag controls telephony feature flags mapping for public APIs and CTS."
105 bug:"297989574"
106}
107
108# OWNER=stevestatia TARGET=24Q3
109flag {
110 name: "prevent_system_server_and_phone_deadlock"
111 namespace: "telephony"
112 description: "This flag controls the order of the binder to prevent deadlock in system_server"
113 bug: "315973270"
114}
115
116# OWNER=joonhunshin TARGET=24Q3
117flag {
118 name: "prevent_invocation_repeat_of_ril_call_when_device_does_not_support_voice"
119 namespace: "telephony"
120 description: "This flag prevents repeat invocation of call related APIs in RIL when the device is not voice capable"
121 bug: "290833783"
122}
123
124# OWNER=jackyu TARGET=24Q3
125flag {
126 name: "minimal_telephony_cdm_check"
127 namespace: "telephony"
128 description: "This flag disables Calling/Data/Messaging features if their respective feature is missing"
129 bug: "310710841"
130}
131
132# OWNER=jackyu TARGET=24Q3
133flag {
134 name: "minimal_telephony_managers_conditional_on_features"
135 namespace: "telephony"
136 description: "This flag enables checking for telephony features before initializing corresponding managers"
137 bug: "310710841"
138}
139
140# OWNER=joonhunshin TARGET=24Q3
141flag {
142 name: "set_no_reply_timer_for_cfnry"
143 namespace: "telephony"
144 description: "This flag supports setting the no reply timer for CFNRy based on carrier config"
145 bug:"314732435"
146}
147
148# OWNER=joonhunshin TARGET=24Q3
149flag {
150 name: "change_method_of_obtaining_ims_registration_radio_tech"
151 namespace: "telephony"
152 description: "This flag changes the method of obtaining IMS registration radio technology"
153 bug:"330120237"
154 metadata {
155 purpose: PURPOSE_BUGFIX
156 }
157}
158
159# OWNER=sasindran TARGET=24Q3
160flag {
161 name: "use_relaxed_id_match"
162 namespace: "telephony"
163 description: "This flag supports relaxed id match for radio state changes"
164 bug:"336916327"
165 metadata {
166 purpose: PURPOSE_BUGFIX
167 }
168}
rambowang30ca1e42024-06-27 18:26:30 -0500169
joonhunshin0deed7f2024-06-11 07:00:59 +0000170# OWNER=joonhunshin TARGET=24Q4
171flag {
172 name: "use_carrier_config_for_cfnry_time_via_mmi"
173 namespace: "telephony"
174 description: "This flag allows the no reply timer to be referenced in the carrier config when setting up call forward via MMI code and there is no timer value."
175 bug:"342346827"
176 metadata {
177 purpose: PURPOSE_BUGFIX
178 }
179}
Jack Yu2269ea72024-09-03 16:25:50 -0700180
181# OWNER=jackyu TARGET=25Q2
182flag {
183 name: "hsum_broadcast"
184 namespace: "telephony"
185 description: "Fixed the bug that broadcast intent is only sent to the system user."
186 bug:"362554272"
187 metadata {
188 purpose: PURPOSE_BUGFIX
189 }
190}
Rambo Wang6f3615b2024-09-15 01:06:15 +0000191
192# OWNER=rambowang TARGET=25Q2
193flag {
194 name: "support_carrier_services_for_hsum"
195 namespace: "telephony"
196 description: "Support Carrier Services (APIs) for HSUM."
197 bug:"345522246"
198 metadata {
199 purpose: PURPOSE_BUGFIX
200 }
201}
Jack Yu22f46242024-09-17 18:20:57 -0700202
203# OWNER=jackyu TARGET=25Q2
204flag {
205 name: "hsum_package_manager"
206 namespace: "telephony"
207 description: "Fixed the bug that package manager is not for the right user"
208 bug:"356827794"
209 metadata {
210 purpose: PURPOSE_BUGFIX
211 }
212}
213