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
|
<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
|
||||||
|
Loading…
Reference in New Issue
Block a user