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

Commit fac2b931 authored by Robert Greenwalt's avatar Robert Greenwalt Committed by Android (Google) Code Review
Browse files

Merge "Enable EMERGENCY mobile connections." into mnc-dev

parents 4b633a38 19736f6f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -586,8 +586,8 @@ public class DctController extends Handler {
        }
        if (nc.hasCapability(NetworkCapabilities.NET_CAPABILITY_EIMS)) {
            if (name != null) error = true;
            name = null;
            loge("EIMS APN type not yet supported");
            name = PhoneConstants.APN_TYPE_EMERGENCY;
            type = ConnectivityManager.TYPE_MOBILE_EMERGENCY;
        }
        if (error) {
            loge("Multiple apn types specified in request - result is unspecified!");