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

Commit 63640c87 authored by Android Build Merger (Role)'s avatar Android Build Merger (Role) Committed by Android (Google) Code Review
Browse files

Merge "Merge "Add @Nullable for getSubscriptionIds" am: ceceb459 am: 6d46d985 am: 1b023cfa"

parents f4b1dba7 36d6e751
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1341,6 +1341,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);
    }