commit | 596049eacf086db7d867304f6fe991f594ffcd7b | [log] [tgz] |
---|---|---|
author | Tyler Gunn <tgunn@google.com> | Wed Jun 09 18:02:34 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Jun 09 18:02:34 2021 +0000 |
tree | d4dda46bdf42f1a6abc5b34abe84853dcb6721d6 | |
parent | 11ae60c8ba604eb616a5b55c300e6d100ec8132a [diff] | |
parent | 5521d7fce31260abde0b877ef9972658d87963fe [diff] |
Add intent-filter priority for CONFIGURE_VOICEMAIL intent. am: 5521d7fce3 Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/services/Telephony/+/14921090 Change-Id: I6b7525d5ba629d71229da4661ee279a9207db819
diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 340aab7..e99561f 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml
@@ -585,7 +585,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>