diff options
| author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | 2021-07-19 16:44:31 +0000 |
|---|---|---|
| committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | 2021-07-19 16:44:31 +0000 |
| commit | beef84f5b3f7a3a64833706ba7aaf0855659b050 (patch) | |
| tree | 1a7d83a046d81d5482f5e02c8652786ddc406016 | |
| parent | 5c90dc9e5c1a3898af0395d4bd9b835d3f9a04e6 (diff) | |
| parent | fb51977303a3f6cb71fcfdef4c62d654638188f6 (diff) | |
| download | platform_packages_services_Telephony-android11-platform-release.tar.gz platform_packages_services_Telephony-android11-platform-release.tar.bz2 platform_packages_services_Telephony-android11-platform-release.zip | |
Snap for 7475547 from fb51977303a3f6cb71fcfdef4c62d654638188f6 to rvc-platform-releaseandroid-platform-11.0.0_r9android-platform-11.0.0_r10android11-platform-release
Change-Id: I6309a3f2b3ebd44241dd9054ea7130ef5dc05498
| -rw-r--r-- | AndroidManifest.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 340aab704..e99561fdc 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> |
