disable launcher restore by default, for nova launch

Change-Id: I54aa2de71f8fcc660922a59ff280ae141e066f73
This commit is contained in:
Chris Wren
2014-05-29 16:58:15 -04:00
parent 58852b393b
commit 3489f5c1bf
@@ -61,7 +61,7 @@ public class LauncherBackupAgentHelper extends BackupAgentHelper {
@Override
public void onCreate() {
boolean restoreEnabled = 0 != Settings.Secure.getInt(
getContentResolver(), SETTING_RESTORE_ENABLED, 1);
getContentResolver(), SETTING_RESTORE_ENABLED, 0);
if (VERBOSE) Log.v(TAG, "restore is " + (restoreEnabled ? "enabled" : "disabled"));
addHelper(LauncherBackupHelper.LAUNCHER_PREFS_PREFIX,