commit | 13ab2b0d515ce4efc7500bf3e90cd86e037c613d | [log] [tgz] |
---|---|---|
author | Tyler Gunn <tgunn@google.com> | Tue Jun 08 22:15:39 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Jun 08 22:15:39 2021 +0000 |
tree | bd99db8ebf298cff930f8c969760e2200d3a5419 | |
parent | b4cba88bd887010e9fb1c77527ab301c9aa5b3ad [diff] | |
parent | f8fb0e72201b94b969db7d8cdcf239c1c1a71a8f [diff] |
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>