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.
This commit is contained in:
Alan Lau 2014-05-31 02:18:57 +00:00 committed by Android Git Automerger
commit 3355e58f56
1 changed files with 1 additions and 0 deletions

View File

@ -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">