Add intent-filter priority for CONFIGURE_VOICEMAIL intent. am: 5cd723c11b am: f8fb0e7220 am: 13ab2b0d51

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

Change-Id: If3df49077d99bbc43cb7c86df3344de95957f0e1
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index dda96f8..61e3189 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -570,7 +570,7 @@
                 <action android:name="com.android.phone.CallFeaturesSetting.ADD_VOICEMAIL" />
                 <category android:name="android.intent.category.DEFAULT" />
             </intent-filter>
-            <intent-filter>
+            <intent-filter android:priority="1000">
                 <action android:name="android.telephony.action.CONFIGURE_VOICEMAIL" />
                 <category android:name="android.intent.category.DEFAULT" />
             </intent-filter>