Support new conversation DND options
Test: atest Bug: 137397357 Change-Id: I52420ffdc4b6618e66354a9c1bb99b0296bc4ea4
This commit is contained in:
@@ -1175,6 +1175,19 @@
|
||||
<item>zen_mode_from_none</item>
|
||||
</string-array>
|
||||
|
||||
<string-array name="zen_mode_conversations_entries" translatable="false">
|
||||
<item>@string/zen_mode_from_all_conversations</item>
|
||||
<item>@string/zen_mode_from_important_conversations</item>
|
||||
<item>@string/zen_mode_from_no_conversations</item>
|
||||
</string-array>
|
||||
|
||||
<!-- these values correspond with ZenPolicy.ConversationSenders -->
|
||||
<string-array name="zen_mode_conversations_values" translatable="false">
|
||||
<item>1</item>
|
||||
<item>2</item>
|
||||
<item>3</item>
|
||||
</string-array>
|
||||
|
||||
<!--String arrays for notification swipe direction -->
|
||||
<string-array name="swipe_direction_titles">
|
||||
<item>@string/swipe_direction_rtl</item>
|
||||
|
@@ -8637,6 +8637,9 @@
|
||||
</plurals>
|
||||
|
||||
<string name="zen_mode_conversations_title">Conversations</string>
|
||||
<string name="zen_mode_from_all_conversations">From all conversations</string>
|
||||
<string name="zen_mode_from_important_conversations">From important conversations</string>
|
||||
<string name="zen_mode_from_no_conversations">Don\u2019t allow any conversations</string>
|
||||
|
||||
<!-- [CHAR LIMIT=40] Zen mode settings: Messages option -->
|
||||
<string name="zen_mode_messages">Allow messages</string>
|
||||
|
Reference in New Issue
Block a user