Changes

Jump to: navigation, search

WebAPI/WebMobileConnection/Multi-SIM

286 bytes added, 14:53, 21 February 2013
no edit summary
var mobileConnection= window.navigator.mozMobileConnectionManager.mobileConnections[index];
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 ===
10
edits

Navigation menu