Change the notification action strings.

Multi-project change with:

I86b368de45533faa3f639f631d56e16f5cbca36e (UnifiedEmail)
I407b8900220e7dbdda81d6572f0ee374ae3d3833 (UnifiedGmail)

Bug: 8483722

Change-Id: If514cfed9538f0c2433a9427f15608ba5878ee05
This commit is contained in:
Yu Ping Hu 2013-03-26 17:32:53 -07:00
parent 1dd937bf18
commit e46d4457a0
1 changed files with 9 additions and 9 deletions

View File

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