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

Commit ceceb459 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Add @Nullable for getSubscriptionIds"

parents 36afe11a f8ace214
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);
    }