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

Commit 89e429cf authored by Chen Xu's avatar Chen Xu Committed by android-build-merger
Browse files

Merge "Change getGroupIdLevel1() to use subId from TelephonyManager Instance"...

Merge "Change getGroupIdLevel1() to use subId from TelephonyManager Instance" into pi-dev am: 23ce1441
am: 618eafd6

Change-Id: Ib6ae04ce994e1a6e79d98bd2be15deebc9ad8169
parents 18779e3e 618eafd6
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -491,10 +491,6 @@ public class PhoneSubInfoController extends IPhoneSubInfo.Stub {
        return uiccApp.getIccRecords().getIccSimChallengeResponse(authType, data);
    }

    public String getGroupIdLevel1(String callingPackage) {
        return getGroupIdLevel1ForSubscriber(getDefaultSubscription(), callingPackage);
    }

    public String getGroupIdLevel1ForSubscriber(int subId, String callingPackage) {
        Phone phone = getPhone(subId);
        if (phone != null) {