Home | 简体中文 | 繁体中文 | 杂文 | Github | 知乎专栏 | Facebook | Linkedin | Youtube | 打赏(Donations) | About
知乎专栏

112.3. 设备信息

设备 ID

			
String androidId = Settings.System.getString(getContentResolver(), "android_id");
this.androidId = Settings.System.getString(ContextHolder.getContext().getApplicationContext().getContentResolver(), Settings.Secure.ANDROID_ID);
private String android_id = Secure.getString(getContext().getContentResolver(), Secure.ANDROID_ID);