summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/LauncherAppState.java
diff options
context:
space:
mode:
authorHelena Josol <helenajosol@google.com>2014-10-09 17:04:09 +0100
committerDanesh M <daneshm90@gmail.com>2015-09-27 15:51:14 -0700
commit19379be35a571865201691eb9878d79a34eae860 (patch)
tree3f5b219ac5d1540dd7ddcc7a073411323639a9c7 /src/com/android/launcher3/LauncherAppState.java
parent3637cce5b38f166b6b144bf90cb69b354ab06706 (diff)
downloadandroid_packages_apps_Trebuchet-19379be35a571865201691eb9878d79a34eae860.tar.gz
android_packages_apps_Trebuchet-19379be35a571865201691eb9878d79a34eae860.tar.bz2
android_packages_apps_Trebuchet-19379be35a571865201691eb9878d79a34eae860.zip
Add more Launcher files to delete on Clear Launcher Data
Bug: 12753154 Change-Id: I00679bdc6eff70a1398122aaa955c08eabd556b1
Diffstat (limited to 'src/com/android/launcher3/LauncherAppState.java')
-rw-r--r--src/com/android/launcher3/LauncherAppState.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/com/android/launcher3/LauncherAppState.java b/src/com/android/launcher3/LauncherAppState.java
index 82e64e183..6e3f80769 100644
--- a/src/com/android/launcher3/LauncherAppState.java
+++ b/src/com/android/launcher3/LauncherAppState.java
@@ -37,7 +37,6 @@ import java.util.ArrayList;
public class LauncherAppState implements DeviceProfile.DeviceProfileCallbacks {
private static final String TAG = "LauncherAppState";
- private static final String SHARED_PREFERENCES_KEY = "com.android.launcher3.prefs";
private static final boolean DEBUG = false;
@@ -187,7 +186,7 @@ public class LauncherAppState implements DeviceProfile.DeviceProfileCallbacks {
}
public static String getSharedPreferencesKey() {
- return SHARED_PREFERENCES_KEY;
+ return LauncherFiles.SHARED_PREFERENCES_KEY;
}
DeviceProfile initDynamicGrid(Context context, int minWidth, int minHeight,