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

Commit ef3c5f36 authored by Zhang Fang's avatar Zhang Fang Committed by Hu Chunming
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 6de284dd
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -328,4 +328,11 @@ interface ISms {
     * @see #isImsSmsSupported()
     */
    String getImsSmsFormat();

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