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

Commit b6bb6c61 authored by Paul Jensen's avatar Paul Jensen Committed by Lorenzo Colitti
Browse files

Disable calls to MobileDataStateTracker.isProvisioning() as there is no more

MobileDataStateTracker so these just crash.

Change-Id: Ib45a85db505c0a99fb65d9a6d0c39b860f9d019d
parent ca8f16ad
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -4176,7 +4176,10 @@ public class ConnectivityService extends IConnectivityManager.Stub {
            CheckMp.Params params =
                    new CheckMp.Params(checkMp.getDefaultUrl(), timeOutMs, cb);
            if (DBG) log("checkMobileProvisioning: params=" + params);
            checkMp.execute(params);
            // TODO: Reenable when calls to the now defunct
            //       MobileDataStateTracker.isProvisioningNetwork() are removed.
            //       This code should be moved to the Telephony code.
            // checkMp.execute(params);
        } finally {
            Binder.restoreCallingIdentity(token);
            if (DBG) log("checkMobileProvisioning: X");