//first add this to mainfirst <uses-permission android:name="android.permission.READ_PHONE_STATE"/> //and this in java TelephonyManager telephonyManager = (TelephonyManager)getSystemService(Context.TELEPHONY_SERVICE); telephonyManager.getImei();