summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorAlan Lau <alanlau@google.com>2014-05-31 02:18:57 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-05-31 02:18:57 +0000
commit3355e58f5677f9f5d55c6d2edd78b34cab745a72 (patch)
tree21599365dc18c40e3cdce3571963064394c8420d /AndroidManifest.xml
parenta8c8a745a8fe42ab037219b502b5ab2300ff8443 (diff)
parent10d73dbe18873bbea41608072544e251cb89d85c (diff)
downloadandroid_packages_apps_Email-3355e58f5677f9f5d55c6d2edd78b34cab745a72.tar.gz
android_packages_apps_Email-3355e58f5677f9f5d55c6d2edd78b34cab745a72.tar.bz2
android_packages_apps_Email-3355e58f5677f9f5d55c6d2edd78b34cab745a72.zip
am 10d73dbe: 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.
* commit '10d73dbe18873bbea41608072544e251cb89d85c': 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.
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 8731bede5..b4371eb74 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">