Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9041a982 authored by Chris Wren's avatar Chris Wren
Browse files

enable restore by default in master (for 3.7)

Change-Id: I3f64a9248602925c17d2e89295f02cbe64160a6a
parent 2a6cf09b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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,