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

Commit 6d46d985 authored by sqian's avatar sqian Committed by android-build-merger
Browse files

Merge "Add @Nullable for getSubscriptionIds"

am: ceceb459

Change-Id: I37c72d12966e962838bb66f5cb52a8ab02a4ac34
parents 9c573823 ceceb459
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);
    }