Add flag to define redial codes for normal routed emergency call.
Bug: 357980439
Flag: com.android.internal.telephony.flags.add_ims_redial_codes_for_emergency_calls
Test: Test: m all_aconfig_declarations
Test: printflags | grep add_ims_redial_codes_for_emergency_calls
Change-Id: I114b861017f0d0f501b7e3a1848169653eb6f00c
diff --git a/flags/domainselection.aconfig b/flags/domainselection.aconfig
index 4b1ad4a..d7c41b1 100644
--- a/flags/domainselection.aconfig
+++ b/flags/domainselection.aconfig
@@ -41,3 +41,11 @@
description: "This flag controls the behavior of terminating an emergency call for cross SIM redialing."
bug:"336398541"
}
+
+# OWNER=avinashmp TARGET=25Q1
+flag {
+ name: "add_ims_redial_codes_for_emergency_calls"
+ namespace: "telephony"
+ description: "This flag controls the addition of EMERGENCY_REDIAL_ON_IMS and EMERGENCY_REDIAL_ON_VOWIFI redial codes for normal routed emergency calls."
+ bug:"357980439"
+}