Always show true value for forcing resizeable.
Change-Id: I557ad5ddd29ac20119b926e58e33c6f58145d78e
This commit is contained in:
@@ -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() {
|
||||
|
Reference in New Issue
Block a user