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

Commit 320268b3 authored by Jack Yu's avatar Jack Yu Committed by Automerger Merge Worker
Browse files

Merge changes from topic "sub_cleanup" into main am: 3b6346b4

parents c981de01 3b6346b4
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -2624,7 +2624,6 @@ public class SubscriptionController extends ISub.Stub {
     * @deprecated
     */
    @UnsupportedAppUsage(maxTargetSdk = Build.VERSION_CODES.R, trackingBug = 170729553)
    @Override
    @Deprecated
    public int[] getSubIds(int slotIndex) {
        if (VDBG) printStackTrace("[getSubId]+ slotIndex=" + slotIndex);
+0 −5
Original line number Diff line number Diff line
@@ -2607,11 +2607,6 @@ public class SubscriptionManagerService extends ISub.Stub {
                SubscriptionManager.INVALID_SUBSCRIPTION_ID);
    }

    @Override
    public int[] getSubIds(int slotIndex) {
        return new int[]{getSubId(slotIndex)};
    }

    /**
     * Update default sub id.
     */