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