Remove action VIEW from Call settings.

This action causes the priority to be defaulted back to 0, which is
unintended.
The VIEW action is not required here anyways, so removing it allows
the priority to enforced.

Test: Manual test; verify the screens and notification link through still
work.
Fixes: 184238873

Change-Id: I6b83c50ce6bf42110acefaecde67b09902c19bd9
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" />