hyosun | f591084 | 2023-09-20 09:50:29 +0000 | [diff] [blame] | 1 | package: "com.android.internal.telephony.flags" |
| 2 | |
| 3 | flag { |
| 4 | name: "conference_hold_unhold_changed_to_send_message" |
| 5 | namespace: "telephony" |
| 6 | description: "This flag controls Conference’s hold & unHold operation changed to send a message" |
| 7 | bug:"288002989" |
joonhunshin | 4866004 | 2023-10-18 10:00:49 +0000 | [diff] [blame] | 8 | } |
| 9 | |
| 10 | flag { |
| 11 | name: "ignore_already_terminated_incoming_call_before_registering_listener" |
| 12 | namespace: "telephony" |
| 13 | 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" |
| 14 | bug:"289461637" |
joonhunshin | 048a75a | 2023-10-23 03:07:16 +0000 | [diff] [blame] | 15 | } |
| 16 | |
| 17 | flag { |
| 18 | name: "clear_cached_ims_phone_number_when_device_lost_ims_registration" |
| 19 | namespace: "telephony" |
| 20 | description: "This flag clears cached IMS phone number when device lost IMS registration" |
| 21 | bug:"288002989" |
| 22 | } |
sangyun | 3dd6af6 | 2023-10-27 22:01:18 +0900 | [diff] [blame] | 23 | |
| 24 | flag { |
| 25 | name: "update_ims_service_by_gathering_provisioning_changes" |
| 26 | namespace: "telephony" |
| 27 | description: "This flag is created to prevent unnecessary updates when multiple provisioning items to update ims service are changed." |
| 28 | bug:"302281114" |
| 29 | } |
Sukhwan Mun | 503964b | 2023-11-06 01:10:12 +0000 | [diff] [blame] | 30 | |
| 31 | flag { |
| 32 | name: "add_rat_related_suggested_action_to_ims_registration" |
| 33 | namespace: "telephony" |
| 34 | description: "This flag is for adding suggested actions related to RAT to ims registration" |
| 35 | bug:"290573256" |
| 36 | } |
joonhunshin | 4c45334 | 2023-12-06 03:19:07 +0000 | [diff] [blame] | 37 | |
| 38 | flag { |
| 39 | name: "terminate_active_video_call_when_accepting_second_video_call_as_audio_only" |
| 40 | namespace: "telephony" |
| 41 | description: "This flag terminates active video call instead holding when accepting 2nd incoming video call as audio only" |
| 42 | bug:"309548300" |
| 43 | } |
Sewook Seo | cabcef2 | 2023-12-11 16:43:32 +0000 | [diff] [blame] | 44 | |
| 45 | flag { |
| 46 | name: "emergency_registration_state" |
| 47 | namespace: "telephony" |
| 48 | description: "This flag is created to notify emergency registration state changed." |
| 49 | bug:"312101946" |
| 50 | } |
Aswin Sankar | e2591c7 | 2023-12-20 15:17:48 -0800 | [diff] [blame] | 51 | |
| 52 | flag { |
| 53 | name: "call_extra_for_non_hold_supported_carriers" |
| 54 | namespace: "telephony" |
| 55 | 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." |
| 56 | bug:"315993953" |
| 57 | } |
joonhunshin | 8aeca63 | 2023-12-21 06:46:23 +0000 | [diff] [blame^] | 58 | |
| 59 | flag { |
| 60 | name: "update_roaming_state_to_set_wfc_mode" |
| 61 | namespace: "telephony" |
| 62 | description: "This flag updates roaming state to set wfc mode" |
| 63 | bug:"317298331" |
| 64 | } |