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

Commit c96a60e2 authored by Yashdev Singh's avatar Yashdev Singh Committed by Linux Build Service Account
Browse files

Revert "Reduce CONNECTIVITY_CHANGE bcasts"

This reverts commit cfa1c51a.

Change-Id: If52afc1c231a45d6e418bfc8165d639413673a6f
parent 3614116d
Loading
Loading
Loading
Loading
+4 −6
Original line number Diff line number Diff line
@@ -1051,11 +1051,9 @@ public class ConnectivityManager {
        } else if (netCap.hasCapability(NetworkCapabilities.NET_CAPABILITY_SUPL)) {
            type = "enableSUPL";
            result = TYPE_MOBILE_SUPL;
        // back out this hack for mms as they no longer need this and it's causing
        // device slowdowns - b/23350688 (note, supl still needs this)
        //} else if (netCap.hasCapability(NetworkCapabilities.NET_CAPABILITY_MMS)) {
        //    type = "enableMMS";
        //    result = TYPE_MOBILE_MMS;
        } else if (netCap.hasCapability(NetworkCapabilities.NET_CAPABILITY_MMS)) {
            type = "enableMMS";
            result = TYPE_MOBILE_MMS;
        } else if (netCap.hasCapability(NetworkCapabilities.NET_CAPABILITY_INTERNET)) {
            type = "enableHIPRI";
            result = TYPE_MOBILE_HIPRI;