WebAPI/WebMobileConnection/Multi-SIM: Difference between revisions

Jump to navigation Jump to search
no edit summary
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 ===
10

edits

Navigation menu