当我尝试获取三星 Galaxy Tab GT-P1010 的 device_id 时,它返回空值。我正在使用 device_id 来识别数据库中的唯一设备。
我为此使用以下代码:
String device_id;
TelephonyManager telephonyManager = (TelephonyManager)getSystemService(Context.TELEPHONY_SERVICE);
device_id = telephonyManager.getDeviceId();
在这里,我得到 string device_id null .. 此代码适用于我的所有其他设备,HTC,LG,Google NExxus ICS 等。
请尽快给我解决方案。
谢谢,杰伊帕特尔