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

Commit 65abb32d authored by Dan Pasanen's avatar Dan Pasanen Committed by Abhisek Devkota
Browse files

Revert "ConnectivityService: add persist.radio.noril"

This reverts commit ac0a841e.

Change-Id: I6478fad6aefd59d8a749d25399dd125067ba1031
parent 531fdda3
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -676,8 +676,7 @@ public class ConnectivityService extends IConnectivityManager.Stub
        mNetConfigs = new NetworkConfig[ConnectivityManager.MAX_NETWORK_TYPE+1];

        // TODO: What is the "correct" way to do determine if this is a wifi only device?
        boolean wifiOnly = SystemProperties.getBoolean("ro.radio.noril", false)
                || SystemProperties.getBoolean("persist.radio.noril", false);
        boolean wifiOnly = SystemProperties.getBoolean("ro.radio.noril", false);
        log("wifiOnly=" + wifiOnly);
        String[] naStrings = context.getResources().getStringArray(
                com.android.internal.R.array.networkAttributes);