Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 77b7c42e authored by Tyler Gunn's avatar Tyler Gunn
Browse files

Clarify getSmsCapacityOnIcc docs.

Add 3GPP spec reference and details on what this method returns.

Test: docs only change.
Bug: 149216514
Change-Id: Ic671f4037c841015cfea5b489f7cf16cf166d289
parent 5ff37df1
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -2015,8 +2015,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