From 77b7c42e0b284e4419f3dbf46efce1a7081f1b1b Mon Sep 17 00:00:00 2001 From: Tyler Gunn Date: Thu, 13 Feb 2020 15:05:36 -0800 Subject: [PATCH] Clarify getSmsCapacityOnIcc docs. Add 3GPP spec reference and details on what this method returns. Test: docs only change. Bug: 149216514 Change-Id: Ic671f4037c841015cfea5b489f7cf16cf166d289 --- telephony/java/android/telephony/SmsManager.java | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/telephony/java/android/telephony/SmsManager.java b/telephony/java/android/telephony/SmsManager.java index e7b2613d7bc41..f86eeb2bf3dfc 100644 --- a/telephony/java/android/telephony/SmsManager.java +++ b/telephony/java/android/telephony/SmsManager.java @@ -2015,8 +2015,12 @@ public final class SmsManager { /** * Gets the total capacity of SMS storage on RUIM and SIM cards + *

+ * This is the number of 176 byte EF-SMS records which can be stored on the RUIM or SIM card. + *

+ * See 3GPP TS 31.102 - 4.2.25 - EF-SMS for more information * - * @return the total capacity count of SMS on RUIM and SIM cards + * @return the total number of SMS records which can be stored on the RUIM or SIM cards. * @hide */ @SystemApi