Merge "Use correct key value" into qt-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
b2bf285911
@@ -50,7 +50,7 @@ public class AppNotificationSettings extends NotificationSettingsBase {
|
||||
private static String KEY_ADVANCED_CATEGORY = "app_advanced";
|
||||
private static String KEY_BADGE = "badge";
|
||||
private static String KEY_APP_LINK = "app_link";
|
||||
private static String KEY_BUBBLE = "bubble";
|
||||
private static String KEY_BUBBLE = "bubble_link_pref";
|
||||
private static String[] LEGACY_NON_ADVANCED_KEYS = {KEY_BADGE, KEY_APP_LINK, KEY_BUBBLE};
|
||||
|
||||
private List<NotificationChannelGroup> mChannelGroupList;
|
||||
|
Reference in New Issue
Block a user