Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit db77518a authored by Lorenzo Colitti's avatar Lorenzo Colitti Committed by android-build-merger
Browse files

Merge "Display the correct default for mobile data always on." am: 737d42a0

am: 58e9855b

Change-Id: I7f27267da9773d4ffe8f7c476efb4839b1ba496c
parents 36b2de22 58e9855b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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() {