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

Commit f9c57ccf authored by Jack Yu's avatar Jack Yu Committed by Automerger Merge Worker
Browse files

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

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/14225171

Change-Id: I3ad28ea9850f452721da2456697934a72525fdae
parents 5b128a87 b7d88670
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);
        }
    }