Default the auto-restore setting to "enabled."
Change-Id: I6aeb0b4ace3c0ed1ad226b00a9ec9e4de12b7183
This commit is contained in:
@@ -129,7 +129,7 @@ public class PrivacySettings extends PreferenceActivity implements
|
||||
mBackup.setChecked(backupEnabled);
|
||||
|
||||
mAutoRestore.setChecked(Settings.Secure.getInt(res,
|
||||
Settings.Secure.BACKUP_AUTO_RESTORE, 0) == 1);
|
||||
Settings.Secure.BACKUP_AUTO_RESTORE, 1) == 1);
|
||||
mAutoRestore.setEnabled(backupEnabled);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user