am 3b71239a: Merge "Add supplyPuk to do SIM puk unlock." into honeycomb-LTE
* commit '3b71239aca01fb029d9acd2c606b7be9b8f32d66': Add supplyPuk to do SIM puk unlock.
This commit is contained in:
@@ -144,6 +144,15 @@ interface ITelephony {
|
|||||||
*/
|
*/
|
||||||
boolean supplyPin(String pin);
|
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
|
* Handles PIN MMI commands (PIN/PIN2/PUK/PUK2), which are initiated
|
||||||
* without SEND (so <code>dial</code> is not appropriate).
|
* without SEND (so <code>dial</code> is not appropriate).
|
||||||
|
|||||||
Reference in New Issue
Block a user