commit | 0ad574610284acaa40f7f7e00d1d18ff6cd6ac0b | [log] [tgz] |
---|---|---|
author | Andrew Lee <anwlee@google.com> | Tue May 12 23:05:01 2015 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Tue May 12 23:07:19 2015 +0000 |
tree | 01426a850df4c55b91a76814aadcd7ac26af9340 | |
parent | 5311dbe8a4d9ea6fa33913fb423a70c5067898c5 [diff] | |
parent | 217c3b89d5ed77c42ffff4a53f6227cff3e9d617 [diff] |
Merge "Fix ADD_VOICEMAIL intent." into mnc-dev
diff --git a/AndroidManifest.xml b/AndroidManifest.xml index b89c0f2..a0dd9c9 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml
@@ -587,6 +587,7 @@ <intent-filter > <!-- DO NOT RENAME. There are existing apps which use this string. --> <action android:name="com.android.phone.CallFeaturesSetting.ADD_VOICEMAIL" /> + <category android:name="android.intent.category.DEFAULT" /> </intent-filter> </activity>