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

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

Change-Id: I2bdca4f13fc87069103010b521831fcef392cfeb
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 13fd30a..2ef58c6 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -539,7 +539,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>