Removing action_dial intent filter from contacts app.
Continuation from I2acf1bf5b9bc913ad1a64b5b3b66f06100687f51
Bug: 9607218
Change-Id: Id27bc6b16354ba2be90376f66542cced51592ce9
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index e4beec3..51d6ac9 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -487,7 +487,6 @@
</intent-filter>
<intent-filter android:priority="-1">
<action android:name="android.intent.action.VIEW"/>
- <action android:name="android.intent.action.DIAL"/>
<category android:name="android.intent.category.DEFAULT"/>
<category android:name="android.intent.category.BROWSABLE"/>
<data android:scheme="tel"/>