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

Commit 1b023cfa authored by sqian's avatar sqian Committed by android-build-merger
Browse files

Merge "Add @Nullable for getSubscriptionIds" am: ceceb459

am: 6d46d985

Change-Id: Ifed7dac40564cd322ea75c14db6b9e1827794507
parents 469705cc 6d46d985
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1340,6 +1340,7 @@ public class SubscriptionManager {
     * @param slotIndex the slot Index.
     * @return subscription Ids or null if the given slot Index is not valid.
     */
    @Nullable
    public static int[] getSubscriptionIds(int slotIndex) {
        return getSubId(slotIndex);
    }