cordova-plugin-sim
Version:
A plugin to get the device's SIM data (carrier name, mcc mnc, country code, telephonenumber, imei, etc)
12 lines (10 loc) • 392 B
text/xml
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:rim="http://www.blackberry.com/ns/widgets"
xmlns:android="http://schemas.android.com/apk/res/android"
id="cordova-plugin-sim-tests"
version="1.1.0">
<name>Cordova SIM Plugin Tests</name>
<license>MIT</license>
<js-module src="tests.js" name="tests"/>
</plugin>