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

Commit f8ace214 authored by sqian's avatar sqian
Browse files

Add @Nullable for getSubscriptionIds

Bug: 117930253
Test: Treehugger
Change-Id: Ia24bd84bb93380473b9b5a2153b52538e86229db
parent 4133a00a
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);
    }