OSDN Git Service

Use correct key value
authorJulia Reynolds <juliacr@google.com>
Wed, 10 Apr 2019 17:49:03 +0000 (13:49 -0400)
committerJulia Reynolds <juliacr@google.com>
Wed, 10 Apr 2019 17:53:29 +0000 (17:53 +0000)
Test: manual with pre O and O+ apps
Fixes: 130179408
Change-Id: I6a3f815dc441f99509eb334f028f42948e8f9c9e

src/com/android/settings/notification/AppNotificationSettings.java

index 24d85e2..e056d67 100644 (file)
@@ -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;