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

Commit f128c0c2 authored by Adnan Begovic's avatar Adnan Begovic Committed by Gerrit Code Review
Browse files

base: Complete sms prompt interfaces.

Ticket: CYNGNOS-1440
Change-Id: I651bf947d4f9c85a1e521805c79f972e9955d893
parent 2368c7d6
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -467,12 +467,17 @@ interface ISms {
     */
    String getImsSmsFormatForSubscriber(int subId);

    /*
    /**
     * Get SMS prompt property,  enabled or not
     * @return true if enabled, false otherwise
     */
    boolean isSMSPromptEnabled();

    /**
     * Set SMS prompt property,  enabled or not
     */
    void setSMSPromptEnabled(boolean bool);

    /**
     * Send a system stored text message.
     *