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

Commit 618eafd6 authored by Chen Xu's avatar Chen Xu Committed by android-build-merger
Browse files

Merge "Change getGroupIdLevel1() to use subId from TelephonyManager Instance" into pi-dev

am: 23ce1441

Change-Id: Iec89c0ac2235e13d83f0f15f11b25b483a4352bb
parents fc736be3 23ce1441
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) {