Handle com.android.phone.EmergencyDialer.DIAL intent action
The new action's schema is identical to the existing
com.android.phone.EmergencyDialer.DIAL but the name is more public
friendly.
Test: manual
Bug: 136194151
Change-Id: I9d9e11b51fc744e4f3ce3e9943e3781deb732f0a
Merged-In: I9d9e11b51fc744e4f3ce3e9943e3781deb732f0a
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 035e7b6..d9f9611 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -242,6 +242,15 @@
<category android:name="android.intent.category.DEFAULT" />
<data android:scheme="tel" />
</intent-filter>
+ <intent-filter>
+ <action android:name="android.intent.action.DIAL_EMERGENCY" />
+ <category android:name="android.intent.category.DEFAULT" />
+ </intent-filter>
+ <intent-filter>
+ <action android:name="android.intent.action.DIAL_EMERGENCY" />
+ <category android:name="android.intent.category.DEFAULT" />
+ <data android:scheme="tel" />
+ </intent-filter>
</activity>
<activity android:name="ADNList" />