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

Commit cf2e0901 authored by Sungmin Choi's avatar Sungmin Choi Committed by Android Git Automerger
Browse files

am 45df2644: telephony: Set profile DATA_PROFILE_TETHERED when DUN type

* commit '45df2644':
  telephony: Set profile DATA_PROFILE_TETHERED when DUN type
parents d6fa496d 45df2644
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;
        }