blob: 4dbd8aa45ea212bf734fdb82668caec3de11d60d [file] [log] [blame]
hyosunf5910842023-09-20 09:50:29 +00001package: "com.android.internal.telephony.flags"
2
Steve Statia51089d42024-03-15 22:07:25 +00003# OWNER=hyosunkim TARGET=24Q2
hyosunf5910842023-09-20 09:50:29 +00004flag {
5 name: "conference_hold_unhold_changed_to_send_message"
6 namespace: "telephony"
7 description: "This flag controls Conference’s hold & unHold operation changed to send a message"
8 bug:"288002989"
joonhunshin48660042023-10-18 10:00:49 +00009}
10
Steve Statia51089d42024-03-15 22:07:25 +000011# OWNER=joonhunshin TARGET=24Q2
joonhunshin48660042023-10-18 10:00:49 +000012flag {
13 name: "ignore_already_terminated_incoming_call_before_registering_listener"
14 namespace: "telephony"
15 description: "This flag ignores the incoming call by throwing an exception if the call was already terminated before the framework registers the listener for the incoming call"
16 bug:"289461637"
joonhunshin048a75a2023-10-23 03:07:16 +000017}
18
Steve Statia51089d42024-03-15 22:07:25 +000019# OWNER=joonhunshin TARGET=24Q2
joonhunshin048a75a2023-10-23 03:07:16 +000020flag {
21 name: "clear_cached_ims_phone_number_when_device_lost_ims_registration"
22 namespace: "telephony"
23 description: "This flag clears cached IMS phone number when device lost IMS registration"
24 bug:"288002989"
25}
sangyun3dd6af62023-10-27 22:01:18 +090026
Steve Statia51089d42024-03-15 22:07:25 +000027# OWNER=sangyun TARGET=24Q2
sangyun3dd6af62023-10-27 22:01:18 +090028flag {
29 name: "update_ims_service_by_gathering_provisioning_changes"
30 namespace: "telephony"
31 description: "This flag is created to prevent unnecessary updates when multiple provisioning items to update ims service are changed."
32 bug:"302281114"
33}
Sukhwan Mun503964b2023-11-06 01:10:12 +000034
Steve Statia51089d42024-03-15 22:07:25 +000035# OWNER=shmun TARGET=24Q3
Sukhwan Mun503964b2023-11-06 01:10:12 +000036flag {
37 name: "add_rat_related_suggested_action_to_ims_registration"
Oriol Prieto Gasco9db3ede2024-03-01 16:52:43 +000038 is_exported: true
Sukhwan Mun503964b2023-11-06 01:10:12 +000039 namespace: "telephony"
40 description: "This flag is for adding suggested actions related to RAT to ims registration"
41 bug:"290573256"
42}
joonhunshin4c453342023-12-06 03:19:07 +000043
Steve Statia51089d42024-03-15 22:07:25 +000044# OWNER=joonhunshin TARGET=24Q3
joonhunshin4c453342023-12-06 03:19:07 +000045flag {
46 name: "terminate_active_video_call_when_accepting_second_video_call_as_audio_only"
47 namespace: "telephony"
48 description: "This flag terminates active video call instead holding when accepting 2nd incoming video call as audio only"
49 bug:"309548300"
50}
Sewook Seocabcef22023-12-11 16:43:32 +000051
Steve Statia51089d42024-03-15 22:07:25 +000052# OWNER=sewookseo TARGET=24Q3
Sewook Seocabcef22023-12-11 16:43:32 +000053flag {
54 name: "emergency_registration_state"
Oriol Prieto Gasco9db3ede2024-03-01 16:52:43 +000055 is_exported: true
Sewook Seocabcef22023-12-11 16:43:32 +000056 namespace: "telephony"
57 description: "This flag is created to notify emergency registration state changed."
58 bug:"312101946"
59}
Aswin Sankare2591c72023-12-20 15:17:48 -080060
Steve Statia51089d42024-03-15 22:07:25 +000061# OWNER=apsankar TARGET=24Q3
Aswin Sankare2591c72023-12-20 15:17:48 -080062flag {
63 name: "call_extra_for_non_hold_supported_carriers"
64 namespace: "telephony"
65 description: "For DSDA devices, controls whether the existing call will be dropped when an incoming call on a different sub is answered, when either sub does not support hold capability."
66 bug:"315993953"
67}
joonhunshin8aeca632023-12-21 06:46:23 +000068
Steve Statia51089d42024-03-15 22:07:25 +000069# OWNER=joonhunshin TARGET=24Q3
joonhunshin8aeca632023-12-21 06:46:23 +000070flag {
71 name: "update_roaming_state_to_set_wfc_mode"
72 namespace: "telephony"
73 description: "This flag updates roaming state to set wfc mode"
74 bug:"317298331"
75}
joonhunshind0e89672024-02-01 03:48:13 +000076
Steve Statia51089d42024-03-15 22:07:25 +000077# OWNER=joonhunshin TARGET=24Q3
joonhunshind0e89672024-02-01 03:48:13 +000078flag {
79 name: "enable_sip_subscribe_retry"
80 namespace: "telephony"
81 description: "This flag controls whether framework supports SIP subscribe retry or not"
82 bug:"297023230"
83}
joonhunshin8bef1da2024-03-12 05:32:41 +000084
Steve Statia51089d42024-03-15 22:07:25 +000085# OWNER=joonhunshin TARGET=24Q3
joonhunshin8bef1da2024-03-12 05:32:41 +000086flag {
87 name: "answer_audio_only_when_answering_via_mmi_code"
88 namespace: "telephony"
89 description: "This flag changes the media type when answering incoming call via MMI code"
90 bug:"286499659"
91 metadata {
92 purpose: PURPOSE_BUGFIX
93 }
94}