Fix reply from notification actions
Bug: 13983465 Change-Id: Ie28fc8b80be4a4a54ca7fc8066268fba906c4300
This commit is contained in:
parent
1f4d6e9aa9
commit
5e14d8467a
@ -145,6 +145,12 @@
|
|||||||
<action android:name="com.android.mail.intent.action.LAUNCH_COMPOSE" />
|
<action android:name="com.android.mail.intent.action.LAUNCH_COMPOSE" />
|
||||||
<category android:name="android.intent.category.DEFAULT" />
|
<category android:name="android.intent.category.DEFAULT" />
|
||||||
</intent-filter>
|
</intent-filter>
|
||||||
|
|
||||||
|
<intent-filter>
|
||||||
|
<action android:name="com.android.mail.intent.action.LAUNCH_COMPOSE" />
|
||||||
|
<category android:name="android.intent.category.DEFAULT" />
|
||||||
|
<data android:scheme="content" />
|
||||||
|
</intent-filter>
|
||||||
</activity>
|
</activity>
|
||||||
|
|
||||||
<activity-alias android:name="com.android.mail.compose.ComposeActivity"
|
<activity-alias android:name="com.android.mail.compose.ComposeActivity"
|
||||||
|
Loading…
Reference in New Issue
Block a user