Choose a pref key less likely to conflict

Test: manual
Fixes: 127498706
Change-Id: I254cef727df137abac5810f19e63449a7f582876
This commit is contained in:
Julia Reynolds
2019-03-15 14:15:55 -04:00
parent 9c6f1aa74b
commit 99644e2098
3 changed files with 3 additions and 3 deletions

View File

@@ -30,7 +30,7 @@ public class BubblePreferenceController extends NotificationPreferenceController
implements PreferenceControllerMixin, Preference.OnPreferenceChangeListener {
private static final String TAG = "BubblePrefContr";
private static final String KEY = "bubble";
private static final String KEY = "bubble_pref";
private static final int SYSTEM_WIDE_ON = 1;
private static final int SYSTEM_WIDE_OFF = 0;