Android设备是否有独特的ID,如果是这样,使用Java访问它的简单方法是什么?
最佳答案
Settings.Secure#ANDROID_ID
返回Android ID作为每个用户 64-bit hex 字符串唯一的 。
import android.provider.Settings.Secure;
private String android_id = Secure.getString(getContext().getContentResolver(),
Secure.ANDROID_ID);
相同标签的其他问题
上一个问题:在Python下载之前获取文件的大小
下一个问题:用户访问SQL Server的日志