From 4316945ff448f582526dc719ecbc2f2c66654282 Mon Sep 17 00:00:00 2001 From: Jack Yu Date: Sun, 15 Jan 2023 02:39:40 -0800 Subject: [PATCH] Updated the javadoc Bug: 239607619 Test: Build Change-Id: If936dd225e0bfe770bbe761106113d273597d8a0 --- telephony/java/android/telephony/SubscriptionManager.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/telephony/java/android/telephony/SubscriptionManager.java b/telephony/java/android/telephony/SubscriptionManager.java index 06381891ccac6..29b1c65a80df4 100644 --- a/telephony/java/android/telephony/SubscriptionManager.java +++ b/telephony/java/android/telephony/SubscriptionManager.java @@ -2672,10 +2672,10 @@ public class SubscriptionManager { * @param columnName Column name in subscription database. * * @return Value in string format associated with {@code subscriptionId} and {@code columnName} - * from the database. + * from the database. Empty string if the {@code subscriptionId} is invalid (for backward + * compatible). * - * @throws IllegalArgumentException if {@code subscriptionId} is invalid, or the field is not - * exposed. + * @throws IllegalArgumentException if the field is not exposed. * * @see android.provider.Telephony.SimInfo for all the columns. *