blob: 1a232794513a8ca570cf12ae15edab9947e3115a [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
Steve Statia51089d42024-03-15 22:07:25 +000081# OWNER=rambowang TARGET=24Q3
rambowang33b7f282023-11-28 14:47:09 -060082flag {
83 name: "show_call_id_and_call_waiting_in_additional_settings_menu"
Oriol Prieto Gasco9db3ede2024-03-01 16:52:43 +000084 is_exported: true
rambowang33b7f282023-11-28 14:47:09 -060085 namespace: "telephony"
86 description: "Expose carrier config KEY_ADDITIONAL_SETTINGS_CALLER_ID_VISIBILITY_BOOL and KEY_ADDITIONAL_SETTINGS_CALL_WAITING_VISIBILITY_BOOL."
87 bug: "310264981"
88}
rambowang155c90b2023-11-29 14:21:45 -060089
Steve Statia51089d42024-03-15 22:07:25 +000090# OWNER=rambowang TARGET=24Q3
rambowang155c90b2023-11-29 14:21:45 -060091flag {
92 name: "reset_mobile_network_settings"
Oriol Prieto Gasco9db3ede2024-03-01 16:52:43 +000093 is_exported: true
rambowang155c90b2023-11-29 14:21:45 -060094 namespace: "telephony"
95 description: "Allows applications to launch Reset Mobile Network Settings page in Settings app."
96 bug:"271921464"
97}
rambowang92380d72024-02-21 10:11:28 -060098
Steve Statia51089d42024-03-15 22:07:25 +000099# OWNER=rambowang TARGET=24Q3
rambowang92380d72024-02-21 10:11:28 -0600100flag {
101 name: "fix_crash_on_getting_config_when_phone_is_gone"
102 namespace: "telephony"
103 description: "Fix VCN crash when calling CarrierConfigManager.getConfigForSubId while phone process has gone."
104 bug:"319791612"
105 metadata {
106 purpose: PURPOSE_BUGFIX
107 }
108}
Rambo Wanga05763e2024-02-22 22:35:00 +0000109
Steve Statia51089d42024-03-15 22:07:25 +0000110# OWNER=rambowang TARGET=24Q3
Rambo Wanga05763e2024-02-22 22:35:00 +0000111flag {
112 name: "add_anomaly_when_notify_config_changed_with_invalid_phone"
113 namespace: "telephony"
114 description: "Report anomaly when CarrierConfigLoader received config change with sub that maps to invalid phoneId"
115 bug:"270757342"
116 metadata {
117 purpose: PURPOSE_BUGFIX
118 }
119}
Rambo Wanga09e3f92024-03-15 01:34:53 +0000120
Steve Statia51089d42024-03-15 22:07:25 +0000121# OWNER=rambowang TARGET=24Q3
Rambo Wanga09e3f92024-03-15 01:34:53 +0000122flag {
123 name: "hide_preinstalled_carrier_app_at_most_once"
124 namespace: "telephony"
125 description: "Fix bug when preloaded carrier app is uninstalled and lose provisioning data"
126 bug:"158028151"
127 metadata {
128 purpose: PURPOSE_BUGFIX
129 }
130}
sangyun2ec43cd2024-03-31 12:26:00 +0900131
132# OWNER=sangyun TARGET=24Q3
133flag {
134 name: "roaming_notification_for_single_data_network"
135 namespace: "telephony"
136 description: "Fix bug where roaming notification was not shown on a single data network."
137 bug:"249908996"
138 metadata {
139 purpose: PURPOSE_BUGFIX
140 }
141}