am 3489f5c1: disable launcher restore by default, for nova launch
* commit '3489f5c1bf0a3b036479b440b917123016568fc7': disable launcher restore by default, for nova launch
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, 1);
|
||||
getContentResolver(), SETTING_RESTORE_ENABLED, 0);
|
||||
if (VERBOSE) Log.v(TAG, "restore is " + (restoreEnabled ? "enabled" : "disabled"));
|
||||
|
||||
addHelper(LauncherBackupHelper.LAUNCHER_PREFS_PREFIX,
|
||||
|
||||
Reference in New Issue
Block a user