summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> 2020-02-19 23:17:08 +0000
committer Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> 2020-02-19 23:17:08 +0000
commit63184e0b4a589e1a0f35d8c1b05e67d3854693ef (patch)
treec6f09f0a1a9b26026978d0bf3c6e8de7f44e65b2
parent9c2fae46a9784af4a2f8d2274817e81bb18abfd1 (diff)
parentfa4e1eb4070929ebf9efd18222fa5fcd51c5ea91 (diff)
Merge "Clarify getSmsCapacityOnIcc docs." am: c2ea5a5bcb am: 0624828d41 am: fa4e1eb407
Change-Id: I60f439f3e07bc694699e688b817d1c2950a4f488
-rw-r--r--telephony/java/android/telephony/SmsManager.java6
1 files changed, 5 insertions, 1 deletions
diff --git a/telephony/java/android/telephony/SmsManager.java b/telephony/java/android/telephony/SmsManager.java
index 6c920f1950ac..8479db64799c 100644
--- a/telephony/java/android/telephony/SmsManager.java
+++ b/telephony/java/android/telephony/SmsManager.java
@@ -2094,8 +2094,12 @@ public final class SmsManager {
/**
* Gets the total capacity of SMS storage on RUIM and SIM cards
+ * <p>
+ * This is the number of 176 byte EF-SMS records which can be stored on the RUIM or SIM card.
+ * <p>
+ * 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