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

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

Change-Id: I24b45fd098973b352fccf8cd76fc06ef44e191d1
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index fa886c6..91d51c3 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -569,7 +569,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>