Merge "Remove action VIEW from Call settings." am: 12f8a1b303

Original change: https://android-review.googlesource.com/c/platform/packages/services/Telephony/+/1732920

Change-Id: I01cdbf36e5728b4f48f13121442edb5180e7412c
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 15881b8..66a2422 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -430,7 +430,6 @@
                 android:exported="true"
                 android:theme="@style/DialerSettingsLight">
             <intent-filter android:priority="1">
-                <action android:name="android.intent.action.VIEW" />
                 <action android:name="android.intent.action.MAIN" />
                 <action android:name="android.telecom.action.SHOW_CALL_SETTINGS" />
                 <category android:name="android.intent.category.DEFAULT" />