Change the notification action strings.
Multi-project change with: I86b368de45533faa3f639f631d56e16f5cbca36e (UnifiedEmail) I407b8900220e7dbdda81d6572f0ee374ae3d3833 (UnifiedGmail) Bug: 8483722 Change-Id: If514cfed9538f0c2433a9427f15608ba5878ee05
This commit is contained in:
parent
1dd937bf18
commit
e46d4457a0
@ -657,15 +657,15 @@
|
|||||||
<service android:name="com.android.mail.NotificationActionIntentService"
|
<service android:name="com.android.mail.NotificationActionIntentService"
|
||||||
android:exported="false">
|
android:exported="false">
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
<action android:name="com.android.mail.action.NOTIF_MARK_READ" />
|
<action android:name="com.android.mail.action.notification.MARK_READ" />
|
||||||
<action android:name="com.android.mail.action.NOTIF_ARCHIVE" />
|
<action android:name="com.android.mail.action.notification.ARCHIVE" />
|
||||||
<action android:name="com.android.mail.action.NOTIF_DELETE" />
|
<action android:name="com.android.mail.action.notification.DELETE" />
|
||||||
<action android:name="com.android.mail.action.NOTIF_UNDO" />
|
<action android:name="com.android.mail.action.notification.UNDO" />
|
||||||
<action android:name="com.android.mail.action.NOTIF_DESTRUCT" />
|
<action android:name="com.android.mail.action.notification.DESTRUCT" />
|
||||||
<action android:name="com.android.mail.action.NOTIF_UNDO_TIMEOUT" />
|
<action android:name="com.android.mail.action.notification.UNDO_TIMEOUT" />
|
||||||
<action android:name="com.android.mail.action.NOTIF_REPLY" />
|
<action android:name="com.android.mail.action.notification.REPLY" />
|
||||||
<action android:name="com.android.mail.action.NOTIF_REPLY_ALL" />
|
<action android:name="com.android.mail.action.notification.REPLY_ALL" />
|
||||||
<action android:name="com.android.mail.action.NOTIF_FORWARD" />
|
<action android:name="com.android.mail.action.notification.FORWARD" />
|
||||||
</intent-filter>
|
</intent-filter>
|
||||||
</service>
|
</service>
|
||||||
<service android:name="com.android.mail.MailLogService">
|
<service android:name="com.android.mail.MailLogService">
|
||||||
|
Loading…
Reference in New Issue
Block a user