首页 > 系统 > Android > 正文

android获取手机唯一标识的方法

2020-04-11 11:53:36
字体:
来源:转载
供稿:网友

复制代码 代码如下:

import android.provider.Settings.Secure;

private String android_id = Secure.getString(getContext().getContentResolver(),Secure.ANDROID_ID);

UUID deviceUuid = new UUID(androidId.hashCode(), ((long)tmDevice.hashCode() << 32) | tmSerial.hashCode());
String deviceId = deviceUuid.toString();

发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表