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

Commit 26830d76 authored by Wink Saville's avatar Wink Saville Committed by Android Git Automerger
Browse files

am 815af95f: Support WiFi only device at runtime.

* commit '815af95f':
  Support WiFi only device at runtime.
parents 6b101639 815af95f
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -646,8 +646,6 @@ public final class RIL extends BaseCommands implements CommandsInterface {
                Context.CONNECTIVITY_SERVICE);
        if (cm.isNetworkSupported(ConnectivityManager.TYPE_MOBILE) == false) {
            riljLog("Not starting RILReceiver: wifi-only");
        } if (SystemProperties.getBoolean("ro.radio.noril", false)) {
            riljLog("Not starting RILReceiver: basebandless target");
        } else {
            riljLog("Starting RILReceiver");
            mReceiver = new RILReceiver();