Merge "Display the correct default for mobile data always on." am: 737d42a0db
am: 58e9855b53
Change-Id: I7f27267da9773d4ffe8f7c476efb4839b1ba496c
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