Launch overlay emergency app by feature flag
Add feature flag to launch overlay emergency app instead of Emergency Info
app for teamfood in the future.
Test: Manually
Bug: 118809382
Change-Id: I618f7aafe0c3896adcd072f5b254d03936e83c16
diff --git a/res/values/config.xml b/res/values/config.xml
index 5ad369f..38a0b18 100644
--- a/res/values/config.xml
+++ b/res/values/config.xml
@@ -247,4 +247,7 @@
When this is true, the Telephony stack is able to add additional audio to the outgoing
audio stream which the remote party will be able to hear. -->
<bool name="config_support_telephony_audio_device">false</bool>
+
+ <!-- Intent action to launch target emergency app. -->
+ <string name="config_emergency_app_intent"></string>
</resources>