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

Commit 0470315f authored by Stuart Scott's avatar Stuart Scott
Browse files

Return the data network type for the given sub id.

bug: 18634918
Change-Id: Ie6cf11a387bb8fe17f9354d6f712aae378f7f584
parent 5ea2f810
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -184,7 +184,7 @@ public class DefaultPhoneNotifier implements PhoneNotifier {
                    apnType,
                    linkProperties,
                    networkCapabilities,
                    ((telephony!=null) ? telephony.getNetworkType() :
                    ((telephony!=null) ? telephony.getDataNetworkType(subId) :
                    TelephonyManager.NETWORK_TYPE_UNKNOWN),
                    roaming);
            }