Dear all
I am developing an app on SC200L module running Android 12
Is there any way to get the module IMEI?
Thanks
Dear,
You can refer to the following code:
TelephonyManager telephonyManager = (TelephonyManager) context.getSystemService(Context.TELEPHONY_SERVICE);
String imei = telephonyManager.getImei();