diff --git a/src/com/android/settings/DevelopmentSettings.java b/src/com/android/settings/DevelopmentSettings.java index 80596bae5b0..ac6a319386e 100644 --- a/src/com/android/settings/DevelopmentSettings.java +++ b/src/com/android/settings/DevelopmentSettings.java @@ -1262,8 +1262,7 @@ public class DevelopmentSettings extends SettingsPreferenceFragment private void updateForceResizableOptions() { updateSwitchPreference(mForceResizable, Settings.Global.getInt(getContentResolver(), - Settings.Global.DEVELOPMENT_FORCE_RESIZABLE_ACTIVITIES, - Build.IS_DEBUGGABLE ? 1 : 0) != 0); + Settings.Global.DEVELOPMENT_FORCE_RESIZABLE_ACTIVITIES, 0) != 0); } private void writeForceResizableOptions() {