summaryrefslogtreecommitdiffstats
path: root/src/com/android/settings/DevelopmentSettings.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/android/settings/DevelopmentSettings.java')
-rw-r--r--src/com/android/settings/DevelopmentSettings.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/settings/DevelopmentSettings.java b/src/com/android/settings/DevelopmentSettings.java
index b5b89cb61..d6b1d920f 100644
--- a/src/com/android/settings/DevelopmentSettings.java
+++ b/src/com/android/settings/DevelopmentSettings.java
@@ -779,7 +779,7 @@ public class DevelopmentSettings extends SettingsPreferenceFragment
private void updateAdvancedRebootOptions() {
mAdvancedReboot.setChecked(CMSettings.Secure.getInt(getActivity().getContentResolver(),
- CMSettings.Secure.ADVANCED_REBOOT, 0) != 0);
+ CMSettings.Secure.ADVANCED_REBOOT, 1) != 0);
}
private void resetDevelopmentShortcutOptions() {