Merge "Don't assume ComposeActivity's class name won't change" into ub-mail-master
This commit is contained in:
commit
80444f0d26
@ -140,6 +140,11 @@
|
|||||||
<category android:name="android.intent.category.DEFAULT" />
|
<category android:name="android.intent.category.DEFAULT" />
|
||||||
<data android:scheme="mailto" />
|
<data android:scheme="mailto" />
|
||||||
</intent-filter>
|
</intent-filter>
|
||||||
|
|
||||||
|
<intent-filter>
|
||||||
|
<action android:name="com.android.mail.intent.action.LAUNCH_COMPOSE" />
|
||||||
|
<category android:name="android.intent.category.DEFAULT" />
|
||||||
|
</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