Fix manifest to look for send for composing a message.

Change-Id: Ic57240a7ca28a290ab4555c3477dc79f1546b3b6
This commit is contained in:
Marc Blank 2012-02-28 13:25:10 -08:00 committed by Mindy Pereira
parent 27be3474a2
commit b019a5a33d
1 changed files with 1 additions and 2 deletions

View File

@ -227,7 +227,6 @@
<activity
android:name=".activity.MessageCompose"
android:label="@string/compose_title"
android:enabled="false"
android:theme="@android:style/Theme.Holo.Light"
>
<intent-filter>
@ -265,7 +264,7 @@
android:name="com.android.email.intent.action.REPLY" />
</intent-filter>
<intent-filter>
<action android:name="android.intent.action.VIEW" />
<action android:name="android.intent.action.SEND" />
<category
android:name="android.intent.category.DEFAULT" />
<data