diff options
| author | 2021-04-16 06:42:41 +0000 | |
|---|---|---|
| committer | 2021-04-16 06:42:41 +0000 | |
| commit | bb98628e597badcb31501f3e044fff483205683b (patch) | |
| tree | 4f5dd378a9099bf5d9a59276d08c60bbaa4c7956 | |
| parent | 7b8d346fde116601adf8bf9993462ade97a3e6f5 (diff) | |
| parent | a2fee1cbcb9414e396c1a3e6f40a1c70712b983c (diff) | |
Merge "[Telephony] Describe the failure case in doc" into sc-dev
| -rw-r--r-- | telephony/java/android/telephony/TelephonyManager.java | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/telephony/java/android/telephony/TelephonyManager.java b/telephony/java/android/telephony/TelephonyManager.java index f0771bedc838..c8e5e56031bc 100644 --- a/telephony/java/android/telephony/TelephonyManager.java +++ b/telephony/java/android/telephony/TelephonyManager.java @@ -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 */ |