diff options
| author | Julia Reynolds <juliacr@google.com> | 2021-03-17 21:42:36 -0400 |
|---|---|---|
| committer | Julia Reynolds <juliacr@google.com> | 2021-03-17 21:43:27 -0400 |
| commit | 4c8fecf21457641febb1e30d15305830abaf1d61 (patch) | |
| tree | 0ea0fff5720b682151c6d0b21bf27ed409103920 /core/java/android | |
| parent | 3db9cfcd38d06296893ed09ab6cfd906b7599644 (diff) | |
Rename notificationchannel constant values
Test: make
Fixes: 183052700
Change-Id: Ib44c142f4aecbd7f834034ef392ff53a05e7ae0e
Diffstat (limited to 'core/java/android')
| -rw-r--r-- | core/java/android/app/NotificationChannel.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/java/android/app/NotificationChannel.java b/core/java/android/app/NotificationChannel.java index 685c222539c6..6553b61ebbc2 100644 --- a/core/java/android/app/NotificationChannel.java +++ b/core/java/android/app/NotificationChannel.java @@ -108,13 +108,13 @@ public final class NotificationChannel implements Parcelable { * Extra value for {@link Settings#EXTRA_CHANNEL_FILTER_LIST}. Include to show fields * that have to do with editing do not disturb bypass {(@link #setBypassDnd(boolean)}) . */ - public static final String EDIT_ZEN = "dnd"; + public static final String EDIT_ZEN = "zen"; /** * Extra value for {@link Settings#EXTRA_CHANNEL_FILTER_LIST}. Include to show fields * that have to do with editing conversation settings (demoting or restoring a channel to * be a Conversation, changing bubble behavior, or setting the priority of a conversation). */ - public static final String EDIT_CONVERSATION = "convo"; + public static final String EDIT_CONVERSATION = "conversation"; /** * Extra value for {@link Settings#EXTRA_CHANNEL_FILTER_LIST}. Include to show fields * that have to do with editing launcher behavior (showing badges)}. |
