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

View File

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