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

Commit c79de666 authored by Chen Xu's avatar Chen Xu Committed by Gerrit Code Review
Browse files

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

parents 69ae80b5 ba7c85e0
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -495,10 +495,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) {