blob: 0fa1f1e8fa82a9860c0d45c79fb8c7c4369a78bf [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}