我正在尝试通过使用android中的telephonymanager获取电话的imei号码。但在Android Q中,我没有使用imei设备。
在Android Q中有没有办法以数字方式输入imei数字?
TelephonyManager tm = (TelephonyManager) getSystemService(Context.TELEPHONY_SERVICE);
IMEINumber = tm.getDeviceId();
在Android Q中返回null