diff options
Diffstat (limited to 'src/com/android/settings/DevelopmentSettings.java')
| -rw-r--r-- | src/com/android/settings/DevelopmentSettings.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/settings/DevelopmentSettings.java b/src/com/android/settings/DevelopmentSettings.java index aa3b99d7a..e47138b56 100644 --- a/src/com/android/settings/DevelopmentSettings.java +++ b/src/com/android/settings/DevelopmentSettings.java @@ -722,7 +722,7 @@ public class DevelopmentSettings extends SettingsPreferenceFragment } private void updateDevelopmentShortcutOptions() { - mAdvancedReboot.setChecked(CMSettings.Secure.getInt(getActivity().getContentResolver(), + mDevelopmentShortcut.setChecked(CMSettings.Secure.getInt(getActivity().getContentResolver(), CMSettings.Secure.DEVELOPMENT_SHORTCUT, 0) != 0); } |
