commit | f8fb0e72201b94b969db7d8cdcf239c1c1a71a8f | [log] [tgz] |
---|---|---|
author | Tyler Gunn <[email protected]> | Tue Jun 08 21:59:01 2021 +0000 |
committer | Automerger Merge Worker <[email protected]> | Tue Jun 08 21:59:01 2021 +0000 |
tree | 28d9b32994adae90e41e37c77123c303c4b56e71 | |
parent | 3b2f113faf7f102cd168194394249ea76cb7dbb4 [diff] | |
parent | 5cd723c11bfe29dd44e7fcdc730c945d7348f3b6 [diff] |
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>