Amal8906

Results 2 comments of Amal8906

In Android 10 IEMI No is encrypted with Android App Id. try { if (android.os.Build.VERSION.SDK_INT >= Build.VERSION_CODES.Q) { deviceId = Settings.Secure.getString( getContentResolver(), Settings.Secure.ANDROID_ID); } else { final TelephonyManager mTelephony =...

Native developer can access with the above code snippet.