summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorScott Kennedy <skennedy@google.com>2014-04-15 16:23:35 -0700
committerScott Kennedy <skennedy@google.com>2014-04-15 16:24:07 -0700
commit5e14d8467a9b1cdcd5dda3d227f6ef3ed44523ba (patch)
tree23e8015de9201b8c8e1c7816604d85d226709444 /AndroidManifest.xml
parent1f4d6e9aa9f6f219f14951e2966043ac379e262c (diff)
downloadandroid_packages_apps_Email-5e14d8467a9b1cdcd5dda3d227f6ef3ed44523ba.tar.gz
android_packages_apps_Email-5e14d8467a9b1cdcd5dda3d227f6ef3ed44523ba.tar.bz2
android_packages_apps_Email-5e14d8467a9b1cdcd5dda3d227f6ef3ed44523ba.zip
Fix reply from notification actions
Bug: 13983465 Change-Id: Ie28fc8b80be4a4a54ca7fc8066268fba906c4300
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 9609e9c1f..151cc07bb 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -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"