任何人都可以告诉我
Android中设备UDID的长度,因为我在Android中获得了UDID,它只有16个字符,但iPhone UDID长度为40.
我使用以下代码来检测ID:
id = android.provider.Settings.System.getString(super.getContentResolver(),android.provider.Settings.Secure.ANDROID_ID);
解决方法
我有两个使用此代码的设备
String device_id = Secure.getString(getContentResolver(),Secure.ANDROID_ID);
我在两个设备上都有device_id 16字符长度