Merge "Display the correct default for mobile data always on."

am: 737d42a0db

Change-Id: I5302cc5cc7d0847e127fcbf8af42fb6eef54c303
This commit is contained in:
Lorenzo Colitti
2017-03-06 04:04:55 +00:00
committed by android-build-merger

View File

@@ -1515,7 +1515,7 @@ public class DevelopmentSettings extends RestrictedSettingsFragment
private void updateMobileDataAlwaysOnOptions() {
updateSwitchPreference(mMobileDataAlwaysOn, Settings.Global.getInt(
getActivity().getContentResolver(),
Settings.Global.MOBILE_DATA_ALWAYS_ON, 0) != 0);
Settings.Global.MOBILE_DATA_ALWAYS_ON, 1) != 0);
}
private void writeMobileDataAlwaysOnOptions() {