Fix manifest to look for send for composing a message.
Change-Id: Ic57240a7ca28a290ab4555c3477dc79f1546b3b6
This commit is contained in:
parent
27be3474a2
commit
b019a5a33d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user