hyosun | f591084 | 2023-09-20 09:50:29 +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" |
hyosun | f591084 | 2023-09-20 09:50:29 +0000 | [diff] [blame] | 3 | |
Steve Statia | 51089d4 | 2024-03-15 22:07:25 +0000 | [diff] [blame] | 4 | # OWNER=hyosunkim TARGET=24Q2 |
hyosun | f591084 | 2023-09-20 09:50:29 +0000 | [diff] [blame] | 5 | flag { |
| 6 | name: "conference_hold_unhold_changed_to_send_message" |
| 7 | namespace: "telephony" |
| 8 | description: "This flag controls Conference’s hold & unHold operation changed to send a message" |
| 9 | bug:"288002989" |
joonhunshin | 4866004 | 2023-10-18 10:00:49 +0000 | [diff] [blame] | 10 | } |
| 11 | |
Steve Statia | 51089d4 | 2024-03-15 22:07:25 +0000 | [diff] [blame] | 12 | # OWNER=joonhunshin TARGET=24Q2 |
joonhunshin | 4866004 | 2023-10-18 10:00:49 +0000 | [diff] [blame] | 13 | flag { |
| 14 | name: "ignore_already_terminated_incoming_call_before_registering_listener" |
| 15 | namespace: "telephony" |
| 16 | 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" |
| 17 | bug:"289461637" |
joonhunshin | 048a75a | 2023-10-23 03:07:16 +0000 | [diff] [blame] | 18 | } |
| 19 | |
Steve Statia | 51089d4 | 2024-03-15 22:07:25 +0000 | [diff] [blame] | 20 | # OWNER=joonhunshin TARGET=24Q2 |
joonhunshin | 048a75a | 2023-10-23 03:07:16 +0000 | [diff] [blame] | 21 | flag { |
| 22 | name: "clear_cached_ims_phone_number_when_device_lost_ims_registration" |
| 23 | namespace: "telephony" |
| 24 | description: "This flag clears cached IMS phone number when device lost IMS registration" |
| 25 | bug:"288002989" |
| 26 | } |
sangyun | 3dd6af6 | 2023-10-27 22:01:18 +0900 | [diff] [blame] | 27 | |
Steve Statia | 51089d4 | 2024-03-15 22:07:25 +0000 | [diff] [blame] | 28 | # OWNER=sangyun TARGET=24Q2 |
sangyun | 3dd6af6 | 2023-10-27 22:01:18 +0900 | [diff] [blame] | 29 | flag { |
| 30 | name: "update_ims_service_by_gathering_provisioning_changes" |
| 31 | namespace: "telephony" |
| 32 | description: "This flag is created to prevent unnecessary updates when multiple provisioning items to update ims service are changed." |
| 33 | bug:"302281114" |
| 34 | } |
Sukhwan Mun | 503964b | 2023-11-06 01:10:12 +0000 | [diff] [blame] | 35 | |
Steve Statia | 51089d4 | 2024-03-15 22:07:25 +0000 | [diff] [blame] | 36 | # OWNER=shmun TARGET=24Q3 |
Sukhwan Mun | 503964b | 2023-11-06 01:10:12 +0000 | [diff] [blame] | 37 | flag { |
| 38 | name: "add_rat_related_suggested_action_to_ims_registration" |
Oriol Prieto Gasco | 9db3ede | 2024-03-01 16:52:43 +0000 | [diff] [blame] | 39 | is_exported: true |
Sukhwan Mun | 503964b | 2023-11-06 01:10:12 +0000 | [diff] [blame] | 40 | namespace: "telephony" |
| 41 | description: "This flag is for adding suggested actions related to RAT to ims registration" |
| 42 | bug:"290573256" |
| 43 | } |
joonhunshin | 4c45334 | 2023-12-06 03:19:07 +0000 | [diff] [blame] | 44 | |
Steve Statia | 51089d4 | 2024-03-15 22:07:25 +0000 | [diff] [blame] | 45 | # OWNER=joonhunshin TARGET=24Q3 |
joonhunshin | 4c45334 | 2023-12-06 03:19:07 +0000 | [diff] [blame] | 46 | flag { |
| 47 | name: "terminate_active_video_call_when_accepting_second_video_call_as_audio_only" |
| 48 | namespace: "telephony" |
| 49 | description: "This flag terminates active video call instead holding when accepting 2nd incoming video call as audio only" |
| 50 | bug:"309548300" |
| 51 | } |
Sewook Seo | cabcef2 | 2023-12-11 16:43:32 +0000 | [diff] [blame] | 52 | |
Steve Statia | 51089d4 | 2024-03-15 22:07:25 +0000 | [diff] [blame] | 53 | # OWNER=sewookseo TARGET=24Q3 |
Sewook Seo | cabcef2 | 2023-12-11 16:43:32 +0000 | [diff] [blame] | 54 | flag { |
| 55 | name: "emergency_registration_state" |
Oriol Prieto Gasco | 9db3ede | 2024-03-01 16:52:43 +0000 | [diff] [blame] | 56 | is_exported: true |
Sewook Seo | cabcef2 | 2023-12-11 16:43:32 +0000 | [diff] [blame] | 57 | namespace: "telephony" |
| 58 | description: "This flag is created to notify emergency registration state changed." |
| 59 | bug:"312101946" |
| 60 | } |
Aswin Sankar | e2591c7 | 2023-12-20 15:17:48 -0800 | [diff] [blame] | 61 | |
Steve Statia | 51089d4 | 2024-03-15 22:07:25 +0000 | [diff] [blame] | 62 | # OWNER=apsankar TARGET=24Q3 |
Aswin Sankar | e2591c7 | 2023-12-20 15:17:48 -0800 | [diff] [blame] | 63 | flag { |
| 64 | name: "call_extra_for_non_hold_supported_carriers" |
| 65 | namespace: "telephony" |
| 66 | 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." |
| 67 | bug:"315993953" |
| 68 | } |
joonhunshin | 8aeca63 | 2023-12-21 06:46:23 +0000 | [diff] [blame] | 69 | |
Steve Statia | 51089d4 | 2024-03-15 22:07:25 +0000 | [diff] [blame] | 70 | # OWNER=joonhunshin TARGET=24Q3 |
joonhunshin | 8aeca63 | 2023-12-21 06:46:23 +0000 | [diff] [blame] | 71 | flag { |
| 72 | name: "update_roaming_state_to_set_wfc_mode" |
| 73 | namespace: "telephony" |
| 74 | description: "This flag updates roaming state to set wfc mode" |
| 75 | bug:"317298331" |
| 76 | } |
joonhunshin | d0e8967 | 2024-02-01 03:48:13 +0000 | [diff] [blame] | 77 | |
Steve Statia | 51089d4 | 2024-03-15 22:07:25 +0000 | [diff] [blame] | 78 | # OWNER=joonhunshin TARGET=24Q3 |
joonhunshin | d0e8967 | 2024-02-01 03:48:13 +0000 | [diff] [blame] | 79 | flag { |
| 80 | name: "enable_sip_subscribe_retry" |
| 81 | namespace: "telephony" |
| 82 | description: "This flag controls whether framework supports SIP subscribe retry or not" |
| 83 | bug:"297023230" |
| 84 | } |
joonhunshin | 8bef1da | 2024-03-12 05:32:41 +0000 | [diff] [blame] | 85 | |
Steve Statia | 51089d4 | 2024-03-15 22:07:25 +0000 | [diff] [blame] | 86 | # OWNER=joonhunshin TARGET=24Q3 |
joonhunshin | 8bef1da | 2024-03-12 05:32:41 +0000 | [diff] [blame] | 87 | flag { |
| 88 | name: "answer_audio_only_when_answering_via_mmi_code" |
| 89 | namespace: "telephony" |
| 90 | description: "This flag changes the media type when answering incoming call via MMI code" |
| 91 | bug:"286499659" |
| 92 | metadata { |
| 93 | purpose: PURPOSE_BUGFIX |
| 94 | } |
| 95 | } |
joonhunshin | 11dfd81 | 2024-03-19 10:08:37 +0000 | [diff] [blame] | 96 | |
| 97 | # OWNER=joonhunshin TARGET=24Q3 |
| 98 | flag { |
| 99 | name: "notify_initial_ims_provisioning_status" |
| 100 | namespace: "telephony" |
| 101 | description: "This flag allows to notify initial IMS provisioning status when IFeatureProvisioningCallback registered or ImsService connected" |
| 102 | bug:"330082572" |
| 103 | metadata { |
| 104 | purpose: PURPOSE_BUGFIX |
| 105 | } |
| 106 | } |
joonhunshin | 796d8d6 | 2024-04-26 00:15:10 +0000 | [diff] [blame] | 107 | |
| 108 | # OWNER=joonhunshin TARGET=24Q3 |
| 109 | flag { |
| 110 | name: "set_number_of_sim_for_ims_enable" |
| 111 | namespace: "telephony" |
| 112 | description: "This flag allows to set number of SIM for IMS enable/disable for each slot when the eSIM is added while the binding with ImsService exists" |
| 113 | bug:"331971397" |
| 114 | metadata { |
| 115 | purpose: PURPOSE_BUGFIX |
| 116 | } |
| 117 | } |
joonhunshin | cacafcb | 2024-06-21 06:11:25 +0000 | [diff] [blame^] | 118 | |
| 119 | # OWNER=joonhunshin TARGET=24Q4 |
| 120 | flag { |
| 121 | name: "prevent_hangup_during_call_merge" |
| 122 | namespace: "telephony" |
| 123 | description: "This flag prevents hangup call during call merge" |
| 124 | bug:"317070933" |
| 125 | metadata { |
| 126 | purpose: PURPOSE_BUGFIX |
| 127 | } |
| 128 | } |