summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorAlan Lau <alanlau@google.com>2014-05-30 14:50:33 -0700
committerAlan Lau <alanlau@google.com>2014-05-30 14:50:33 -0700
commit10d73dbe18873bbea41608072544e251cb89d85c (patch)
treeccb10407aab12f37636a42877eaaa862248b5e35 /AndroidManifest.xml
parent938c6ffa9ba4d2db84d4cea5e0409627f31be231 (diff)
downloadandroid_packages_apps_Email-10d73dbe18873bbea41608072544e251cb89d85c.tar.gz
android_packages_apps_Email-10d73dbe18873bbea41608072544e251cb89d85c.tar.bz2
android_packages_apps_Email-10d73dbe18873bbea41608072544e251cb89d85c.zip
Adding data to the pending intent for notification action. This is now needed
because Wear allows users to perform action on each conversation and therefore the pending intent can't be shared. Bug 15344221 Change-Id: Ib6d3f17ba64c1a8a14ab9abe56b2d8168c7b9558
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index dd82c2fe2..786b4a58f 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -727,6 +727,7 @@
<action android:name="com.android.mail.action.notification.REPLY" />
<action android:name="com.android.mail.action.notification.REPLY_ALL" />
<action android:name="com.android.mail.action.notification.FORWARD" />
+ <data android:scheme="content" />
</intent-filter>
</service>
<service android:name="com.android.mail.MailLogService">