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

Commit 0b1923ce authored by John Wang's avatar John Wang Committed by Android Git Automerger
Browse files

am 3b71239a: Merge "Add supplyPuk to do SIM puk unlock." into honeycomb-LTE

* commit '3b71239a':
  Add supplyPuk to do SIM puk unlock.
parents 76273dd1 3b71239a
Loading
Loading
Loading
Loading
+10 −1
Original line number Diff line number Diff line
@@ -144,6 +144,15 @@ interface ITelephony {
     */
    boolean supplyPin(String pin);

    /**
     * Supply puk to unlock the SIM and set SIM pin to new pin.
     *  Blocks until a result is determined.
     * @param puk The puk to check.
     *        pin The new pin to be set in SIM
     * @return whether the operation was a success.
     */
    boolean supplyPuk(String puk, String pin);

    /**
     * Handles PIN MMI commands (PIN/PIN2/PUK/PUK2), which are initiated
     * without SEND (so <code>dial</code> is not appropriate).