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

Commit 1b8d3498 authored by Wink Saville's avatar Wink Saville
Browse files

Hipri should not be enabled by default. DO NOT MERGE.

This can cause it to become to become the default connection
which it is not and get started instead of default.

Change-Id: I3a223099c53423856e6adfaef4abc0274f9d4c2a
parent 59986fee
Loading
Loading
Loading
Loading
+0 −2
Original line number Original line Diff line number Diff line
@@ -257,9 +257,7 @@ public final class DcTracker extends DcTrackerBase {
                apnContext = addApnContext(PhoneConstants.APN_TYPE_DUN, networkConfig);
                apnContext = addApnContext(PhoneConstants.APN_TYPE_DUN, networkConfig);
                break;
                break;
            case ConnectivityManager.TYPE_MOBILE_HIPRI:
            case ConnectivityManager.TYPE_MOBILE_HIPRI:
                // Hipri is configured the same as default
                apnContext = addApnContext(PhoneConstants.APN_TYPE_HIPRI, networkConfig);
                apnContext = addApnContext(PhoneConstants.APN_TYPE_HIPRI, networkConfig);
                apnContext.setEnabled(defaultEnabled);
                continue;
                continue;
            case ConnectivityManager.TYPE_MOBILE_FOTA:
            case ConnectivityManager.TYPE_MOBILE_FOTA:
                apnContext = addApnContext(PhoneConstants.APN_TYPE_FOTA, networkConfig);
                apnContext = addApnContext(PhoneConstants.APN_TYPE_FOTA, networkConfig);