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

Commit b7d88670 authored by Jack Yu's avatar Jack Yu Committed by Android (Google) Code Review
Browse files

Merge "Disallow data when QNS switched the preference" into sc-dev

parents 38e67609 50a8fcce
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -62,6 +62,7 @@ public final class AccessNetworkConstants {
        switch (transportType) {
            case TRANSPORT_TYPE_WWAN: return "WWAN";
            case TRANSPORT_TYPE_WLAN: return "WLAN";
            case TRANSPORT_TYPE_INVALID: return "INVALID";
            default: return Integer.toString(transportType);
        }
    }