欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  移动技术

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

程序员文章站 2022-06-19 19:47:12
复制代码 代码如下:import android.provider.settings.secure; private string android_id = secure...

复制代码 代码如下:

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();