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

Commit 0d957642 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "Telephony: Get SIM card capacity count of SMS."

parents 807c8067 ef3c5f36
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();
}