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

Commit 36d6e751 authored by sqian's avatar sqian Committed by android-build-merger
Browse files

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

am: 1b023cfa

Change-Id: Iaecc9ed426b7649e1b5009e7c78397a8ffe16563
parents 51025d63 1b023cfa
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);
    }