Merge "[Telephony] Describe the failure case in doc" into sc-dev

This commit is contained in:
TreeHugger Robot
2021-04-16 06:42:41 +00:00
committed by Android (Google) Code Review

View File

@@ -4885,8 +4885,9 @@ public class TelephonyManager {
* Return the set of IMSIs that should be considered "merged together" for data usage
* purposes. This API merges IMSIs based on subscription grouping: IMSI of those in the same
* group will all be returned.
* Return the current IMSI if there is no subscription group. See
* {@link SubscriptionManager#createSubscriptionGroup(List)} for the definition of a group.
* Return the current IMSI if there is no subscription group, see
* {@link SubscriptionManager#createSubscriptionGroup(List)} for the definition of a group,
* otherwise return an empty array if there is a failure.
*
* @hide
*/