am 5e14d846
: Fix reply from notification actions
* commit '5e14d8467a9b1cdcd5dda3d227f6ef3ed44523ba': Fix reply from notification actions
This commit is contained in:
commit
f2d2b71bb7
@ -145,6 +145,12 @@
|
||||
<action android:name="com.android.mail.intent.action.LAUNCH_COMPOSE" />
|
||||
<category android:name="android.intent.category.DEFAULT" />
|
||||
</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-alias android:name="com.android.mail.compose.ComposeActivity"
|
||||
|
Loading…
Reference in New Issue
Block a user