1package: "com.android.internal.telephony.flags" 2container: "system" 3 4# OWNER=hyosunkim TARGET=24Q2 5flag { 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" 10} 11 12# OWNER=joonhunshin TARGET=24Q2 13flag { 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" 18} 19 20# OWNER=joonhunshin TARGET=24Q2 21flag { 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} 27 28# OWNER=sangyun TARGET=24Q2 29flag { 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} 35 36# OWNER=shmun TARGET=24Q3 37flag { 38 name: "add_rat_related_suggested_action_to_ims_registration" 39 is_exported: true 40 namespace: "telephony" 41 description: "This flag is for adding suggested actions related to RAT to ims registration" 42 bug:"290573256" 43} 44 45# OWNER=joonhunshin TARGET=24Q3 46flag { 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} 52 53# OWNER=sewookseo TARGET=24Q3 54flag { 55 name: "emergency_registration_state" 56 is_exported: true 57 namespace: "telephony" 58 description: "This flag is created to notify emergency registration state changed." 59 bug:"312101946" 60} 61 62# OWNER=apsankar TARGET=24Q3 63flag { 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} 69 70# OWNER=joonhunshin TARGET=24Q3 71flag { 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} 77 78# OWNER=joonhunshin TARGET=24Q3 79flag { 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} 85 86# OWNER=joonhunshin TARGET=24Q3 87flag { 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} 96 97# OWNER=joonhunshin TARGET=24Q3 98flag { 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} 107 108# OWNER=joonhunshin TARGET=24Q3 109flag { 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} 118 119# OWNER=joonhunshin TARGET=24Q4 120flag { 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} 129 130# OWNER=joonhunshin TARGET=24Q4 131flag { 132 name: "avoid_deleting_ims_object_from_cache" 133 namespace: "telephony" 134 description: "This flag controls deleting cached object to synchronize part of application callback and part of ImsFeature behavior" 135 bug:"353577279" 136 metadata { 137 purpose: PURPOSE_BUGFIX 138 } 139} 140 141# OWNER=breadley TARGET=25Q1 142flag { 143 name: "ims_resolver_user_aware" 144 namespace: "telephony" 145 description: "When enabled, it makes ImsResolver mult-user aware for configurations like HSUM." 146 bug:"371272669" 147 metadata { 148 purpose: PURPOSE_BUGFIX 149 } 150} 151 152# OWNER=meghapatil TARGET=25Q2 153flag { 154 name: "support_sms_over_ims_apis" 155 namespace: "telephony" 156 description: "Used to expose SMS related hidden APIs for SMS over IMS to public API." 157 bug:"359721349" 158 is_exported: true 159} 160 161# OWNER=jhyoon TARGET=25Q2 162flag { 163 name: "support_ims_mmtel_interface" 164 namespace: "telephony" 165 description: "This flag controls the type of API regarding MmTelFeature, either hidden or system type." 166 bug:"359721349" 167 is_exported: true 168} 169