blob: 88a6e9e1e6f86148701f54e9c3abaf1409f39161 [file] [log] [blame]
Hunsuk Choia8d02a72023-11-03 12:02:42 +00001package: "com.android.internal.telephony.flags"
Yu Liua20df182024-03-26 22:39:02 +00002container: "system"
Hunsuk Choia8d02a72023-11-03 12:02:42 +00003
Steve Statia51089d42024-03-15 22:07:25 +00004# OWNER=forestchoi TARGET=24Q3
Hunsuk Choia8d02a72023-11-03 12:02:42 +00005flag {
6 name: "ap_domain_selection_enabled"
7 namespace: "telephony"
8 description: "This flag controls AP domain selection feature."
9 bug:"258112541"
10}
11
Steve Statia51089d42024-03-15 22:07:25 +000012# OWNER=forestchoi TARGET=24Q3
Hunsuk Choia8d02a72023-11-03 12:02:42 +000013flag {
14 name: "use_aosp_domain_selection_service"
15 namespace: "telephony"
16 description: "This flag controls AOSP's domain selection service supported."
17 bug:"258112541"
18}
19
Steve Statia51089d42024-03-15 22:07:25 +000020# OWNER=forestchoi TARGET=24Q3
Hunsuk Choia8d02a72023-11-03 12:02:42 +000021flag {
22 name: "use_oem_domain_selection_service"
Oriol Prieto Gasco9db3ede2024-03-01 16:52:43 +000023 is_exported: true
Hunsuk Choia8d02a72023-11-03 12:02:42 +000024 namespace: "telephony"
25 description: "This flag controls OEMs' domain selection service supported."
26 bug:"258112541"
27}
28
Steve Statia51089d42024-03-15 22:07:25 +000029# OWNER=forestchoi TARGET=24Q3
Hunsuk Choia8d02a72023-11-03 12:02:42 +000030flag {
31 name: "domain_selection_metrics_enabled"
32 namespace: "telephony"
33 description: "This flag controls domain selection metrics."
34 bug:"258112541"
35}
Jongduck You6fe47ae2024-06-12 22:08:21 +000036
37# OWNER=jdyou TARGET=24Q4
38flag {
39 name: "hangup_emergency_call_for_cross_sim_redialing"
40 namespace: "telephony"
41 description: "This flag controls the behavior of terminating an emergency call for cross SIM redialing."
42 bug:"336398541"
43}
Avinash Malipatil9cf9c162025-01-15 22:01:28 -080044
45# OWNER=avinashmp TARGET=25Q1
46flag {
47 name: "add_ims_redial_codes_for_emergency_calls"
48 namespace: "telephony"
49 description: "This flag controls the addition of EMERGENCY_REDIAL_ON_IMS and EMERGENCY_REDIAL_ON_VOWIFI redial codes for normal routed emergency calls."
50 bug:"357980439"
51}
jaesikkong83d06822025-02-12 01:44:38 +000052
53# OWNER=jaesikkong TARGET=25Q2
54flag {
55 name: "disable_ecbm_based_on_rat"
56 namespace: "telephony"
57 description: "Fix bug entering the emergency callback mode in GSM or UMTS network."
58 bug:"389010789"
59 metadata {
60 purpose: PURPOSE_BUGFIX
61 }
62}
Hwangoo Park680b18a2025-03-02 13:07:22 +000063
64# OWNER=hwangoo TARGET=25Q2
65flag {
66 name: "hangup_active_call_based_on_emergency_call_domain"
67 namespace: "telephony"
68 description: "This flag disconnects an active call if the domain selected for the emergency call is different from the domain of the currently active call."
69 bug:"391287237"
70 metadata {
71 purpose: PURPOSE_BUGFIX
72 }
73}
Hwangoo Parke2174102025-03-14 21:44:06 +000074
75# OWNER=hwangoo TARGET=25Q2
76flag {
77 name: "perform_cross_stack_redial_check_for_emergency_call"
78 namespace: "telephony"
79 description: "This flag performs a quick cross stack redial if the subscription is being invalid and an exception occurs, while an emergency call is in progress."
80 bug:"389190613"
81 metadata {
82 purpose: PURPOSE_BUGFIX
83 }
84}