commit | 188a9a9e4f8530cb93c2e220acb13b13eee808cd | [log] [tgz] |
---|---|---|
author | Tyler Gunn <tgunn@google.com> | Tue Jun 08 22:29:02 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Jun 08 22:29:02 2021 +0000 |
tree | 8b5d554241b4b99ae1cd518f4e13c5ac0f73e621 | |
parent | 669dda165ac4716367d579369a2a377fccb1303c [diff] | |
parent | 13ab2b0d515ce4efc7500bf3e90cd86e037c613d [diff] |
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>