Confirmed users
258
edits
Line 107: | Line 107: | ||
* Get from MobileConnection: | * Get from MobileConnection: | ||
var iccId = navigator.mozMobileConnections[1].iccId; // The iccId of the icc card that is | var iccId = navigator.mozMobileConnections[1].iccId; // The iccId of the icc card that is detected in service 1. | ||
var icc = iccManager.getIccById(iccId); | var icc = iccManager.getIccById(iccId); | ||