enable launcher restore by default
shortcuts are wroking, widgets are todo Bug: 10778992 Change-Id: I938b6d6ba5b68769628337955a17badaece1433f
This commit is contained in:
@@ -61,7 +61,7 @@ public class LauncherBackupAgentHelper extends BackupAgentHelper {
|
||||
@Override
|
||||
public void onCreate() {
|
||||
boolean restoreEnabled = 0 != Settings.Secure.getInt(
|
||||
getContentResolver(), SETTING_RESTORE_ENABLED, 0);
|
||||
getContentResolver(), SETTING_RESTORE_ENABLED, 1);
|
||||
if (VERBOSE) Log.v(TAG, "restore is " + (restoreEnabled ? "enabled" : "disabled"));
|
||||
|
||||
addHelper(LauncherBackupHelper.LAUNCHER_PREFS_PREFIX,
|
||||
|
||||
Reference in New Issue
Block a user