10
edits
No edit summary |
|||
| Line 112: | Line 112: | ||
var mobileConnection= window.navigator.mozMobileConnectionManager.mobileConnections[index]; | var mobileConnection= window.navigator.mozMobileConnectionManager.mobileConnections[index]; | ||
var req = mobileConnection.getCardLock('pin'); | var req = mobileConnection.getCardLock('pin'); | ||
==== SIM Toolkit ==== | |||
// Access STK of default SIM slot | |||
var icc = window.navigator.mozMobileConnectionManager.defaultMobileConnection.icc; | |||
// Access STK of specific SIM slot | |||
var icc = window.navigator.mozMobileConnectionManager.MobileConnections[index].icc; | |||
=== Implementation === | === Implementation === | ||
edits