Skip to content

Get The Real IMEI Number on Android Device

Notifications You must be signed in to change notification settings

thop7/cordova-imei-plugin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cordova-imei-plugin

Get The Real IMEI Number on Android Device

Install:

cordova plugin add https://github.com/thop7/cordova-imei-plugin.git

Example Usage:

window.plugins.imeiplugin.getImei(callback);

function callback(imei) {
    console.log("My Android IMEI :" + imei);
}

About

Get The Real IMEI Number on Android Device

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 90.2%
  • JavaScript 9.8%