Merge "Display the correct default for mobile data always on."
am: 737d42a0db
Change-Id: I5302cc5cc7d0847e127fcbf8af42fb6eef54c303
This commit is contained in:
@@ -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() {
|
||||
|
Reference in New Issue
Block a user