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

Commit 5851361c authored by Zhang Fang's avatar Zhang Fang Committed by Linux Build Service Account
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 6e10c3d7
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -719,4 +719,12 @@ interface ISms {
    void sendStoredMultipartText(long subId, String callingPkg, in Uri messageUri,
                String scAddress, in List<PendingIntent> sentIntents,
                in List<PendingIntent> deliveryIntents);

    /**
     * Get the capacity count of sms on Icc card.
     *
     * @param subId for subId which getSmsCapacityOnIcc is queried.
     * @return capacity of ICC
     */
    int getSmsCapacityOnIccForSubscriber(long subId);
}