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

Commit 12460844 authored by Zhang Fang's avatar Zhang Fang Committed by Adnan
Browse files

Telephony: Get SIM card capacity count of SMS.

Add one API:
- getSmsCapacityOnIcc: get the capacity of stored SMS on ICC card.

CRs-Fixed: 645022
Change-Id: I8064d694d35c4200074a24ee4159d09ecb2a779c
parent b750607e
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -329,4 +329,11 @@ interface ISms {
     * @see #isImsSmsSupported()
     */
    String getImsSmsFormat();

    /**
     * Get the capacity count of sms on Icc card.
     *
     * @return capacity of ICC
     */
    int getSmsCapacityOnIcc();
}