summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorYu Ping Hu <yph@google.com>2013-03-26 17:32:53 -0700
committerYu Ping Hu <yph@google.com>2013-03-26 17:37:46 -0700
commite46d4457a06f200f2328d5dc343f07f049f332dc (patch)
tree74697286f5289777d0cef217c51f20821d483faa /AndroidManifest.xml
parent1dd937bf18fbd9c4967fbfdb5179508dd0a823fd (diff)
downloadandroid_packages_apps_Email-e46d4457a06f200f2328d5dc343f07f049f332dc.tar.gz
android_packages_apps_Email-e46d4457a06f200f2328d5dc343f07f049f332dc.tar.bz2
android_packages_apps_Email-e46d4457a06f200f2328d5dc343f07f049f332dc.zip
Change the notification action strings.
Multi-project change with: I86b368de45533faa3f639f631d56e16f5cbca36e (UnifiedEmail) I407b8900220e7dbdda81d6572f0ee374ae3d3833 (UnifiedGmail) Bug: 8483722 Change-Id: If514cfed9538f0c2433a9427f15608ba5878ee05
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml18
1 files changed, 9 insertions, 9 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 2d2bf7de4..9d701c39c 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -657,15 +657,15 @@
<service android:name="com.android.mail.NotificationActionIntentService"
android:exported="false">
<intent-filter>
- <action android:name="com.android.mail.action.NOTIF_MARK_READ" />
- <action android:name="com.android.mail.action.NOTIF_ARCHIVE" />
- <action android:name="com.android.mail.action.NOTIF_DELETE" />
- <action android:name="com.android.mail.action.NOTIF_UNDO" />
- <action android:name="com.android.mail.action.NOTIF_DESTRUCT" />
- <action android:name="com.android.mail.action.NOTIF_UNDO_TIMEOUT" />
- <action android:name="com.android.mail.action.NOTIF_REPLY" />
- <action android:name="com.android.mail.action.NOTIF_REPLY_ALL" />
- <action android:name="com.android.mail.action.NOTIF_FORWARD" />
+ <action android:name="com.android.mail.action.notification.MARK_READ" />
+ <action android:name="com.android.mail.action.notification.ARCHIVE" />
+ <action android:name="com.android.mail.action.notification.DELETE" />
+ <action android:name="com.android.mail.action.notification.UNDO" />
+ <action android:name="com.android.mail.action.notification.DESTRUCT" />
+ <action android:name="com.android.mail.action.notification.UNDO_TIMEOUT" />
+ <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" />
</intent-filter>
</service>
<service android:name="com.android.mail.MailLogService">