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

Commit 2176966a authored by Mark Chien's avatar Mark Chien Committed by android-build-merger
Browse files

Merge "Fix NullPointerException in ConnectivityService" am: 56dbf7cc am: d0e66360

am: db275b40

Change-Id: Ifb398cef8fb51848b4c1cefa2ef1dfd6b6c01732
parents 246b852f db275b40
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -966,6 +966,8 @@ public class ConnectivityService extends IConnectivityManager.Stub
            }
        }

        mUserManager = (UserManager) context.getSystemService(Context.USER_SERVICE);

        mTethering = makeTethering();

        mPermissionMonitor = new PermissionMonitor(mContext, mNetd);
@@ -1013,8 +1015,6 @@ public class ConnectivityService extends IConnectivityManager.Stub
        final DataConnectionStats dataConnectionStats = new DataConnectionStats(mContext);
        dataConnectionStats.startMonitoring();

        mUserManager = (UserManager) context.getSystemService(Context.USER_SERVICE);

        mKeepaliveTracker = new KeepaliveTracker(mContext, mHandler);
        mNotifier = new NetworkNotificationManager(mContext, mTelephonyManager,
                mContext.getSystemService(NotificationManager.class));