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

Commit b6ed835a authored by Sungmin Choi's avatar Sungmin Choi Committed by The Android Automerger
Browse files

telephony: Set profile DATA_PROFILE_TETHERED when DUN type

Bug: 11152852
Change-Id: I018e3dfb9c8183b11faedc83cc40be658173c4a3

Conflicts:
	src/java/com/android/internal/telephony/dataconnection/DcTracker.java
parent ec7a7807
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -2223,6 +2223,8 @@ public final class DcTracker extends DcTrackerBase {
            return RILConstants.DATA_PROFILE_CBS;
        } else if (TextUtils.equals(apnType, PhoneConstants.APN_TYPE_IA)) {
            return RILConstants.DATA_PROFILE_DEFAULT; // DEFAULT for now
        } else if (TextUtils.equals(apnType, PhoneConstants.APN_TYPE_DUN)) {
            return RILConstants.DATA_PROFILE_TETHERED;
        } else {
            return RILConstants.DATA_PROFILE_DEFAULT;
        }