Add @Nullable for getSubscriptionIds
Bug: 117930253 Test: Treehugger Change-Id: Ia24bd84bb93380473b9b5a2153b52538e86229db
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user