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

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

Merge "Enable mobile data always on." am: 6e4fe6b3 am: fcfa8c02

am: cb44b8d8

Change-Id: Iaf4f84f53be65800c95a4f1b456a0d2d142c8c87
parents 448716ee cb44b8d8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -883,7 +883,7 @@ public class ConnectivityService extends IConnectivityManager.Stub

    private void handleMobileDataAlwaysOn() {
        final boolean enable = (Settings.Global.getInt(
                mContext.getContentResolver(), Settings.Global.MOBILE_DATA_ALWAYS_ON, 0) == 1);
                mContext.getContentResolver(), Settings.Global.MOBILE_DATA_ALWAYS_ON, 1) == 1);
        final boolean isEnabled = (mNetworkRequests.get(mDefaultMobileDataRequest) != null);
        if (enable == isEnabled) {
            return;  // Nothing to do.