Android获取手机序列号
String androidId = null;
androidId = Secure.getString(getContentResolver(), Secure.ANDROID_ID);System.out.println(androidId);
Android获取手机序列号
String androidId = null;
androidId = Secure.getString(getContentResolver(), Secure.ANDROID_ID);