blob: 85e786901aa48316b0a8df143dd0a1df1c262909 [file] [log] [blame]
hyosunf5910842023-09-20 09:50:29 +00001package: "com.android.internal.telephony.flags"
2
3flag {
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"
joonhunshin48660042023-10-18 10:00:49 +00008}
9
10flag {
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"
joonhunshin048a75a2023-10-23 03:07:16 +000015}
16
17flag {
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}
sangyun3dd6af62023-10-27 22:01:18 +090023
24flag {
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 Mun503964b2023-11-06 01:10:12 +000030
31flag {
32 name: "add_rat_related_suggested_action_to_ims_registration"
Oriol Prieto Gasco9db3ede2024-03-01 16:52:43 +000033 is_exported: true
Sukhwan Mun503964b2023-11-06 01:10:12 +000034 namespace: "telephony"
35 description: "This flag is for adding suggested actions related to RAT to ims registration"
36 bug:"290573256"
37}
joonhunshin4c453342023-12-06 03:19:07 +000038
39flag {
40 name: "terminate_active_video_call_when_accepting_second_video_call_as_audio_only"
41 namespace: "telephony"
42 description: "This flag terminates active video call instead holding when accepting 2nd incoming video call as audio only"
43 bug:"309548300"
44}
Sewook Seocabcef22023-12-11 16:43:32 +000045
46flag {
47 name: "emergency_registration_state"
Oriol Prieto Gasco9db3ede2024-03-01 16:52:43 +000048 is_exported: true
Sewook Seocabcef22023-12-11 16:43:32 +000049 namespace: "telephony"
50 description: "This flag is created to notify emergency registration state changed."
51 bug:"312101946"
52}
Aswin Sankare2591c72023-12-20 15:17:48 -080053
54flag {
55 name: "call_extra_for_non_hold_supported_carriers"
56 namespace: "telephony"
57 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."
58 bug:"315993953"
59}
joonhunshin8aeca632023-12-21 06:46:23 +000060
61flag {
62 name: "update_roaming_state_to_set_wfc_mode"
63 namespace: "telephony"
64 description: "This flag updates roaming state to set wfc mode"
65 bug:"317298331"
66}
joonhunshind0e89672024-02-01 03:48:13 +000067
68flag {
69 name: "enable_sip_subscribe_retry"
70 namespace: "telephony"
71 description: "This flag controls whether framework supports SIP subscribe retry or not"
72 bug:"297023230"
73}