Merge "Add VISUAL_VOICEMAIL intent action for promo card access." into mnc-dev
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index df3ba90..1ba8ee0 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -599,6 +599,10 @@
<action android:name="com.android.phone.CallFeaturesSetting.ADD_VOICEMAIL" />
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
+ <intent-filter>
+ <action android:name="android.telephony.action.CONFIGURE_VOICEMAIL" />
+ <category android:name="android.intent.category.DEFAULT" />
+ </intent-filter>
</activity>
<!-- BroadcastReceiver for receiving Intents from Notification mechanism. -->