部落冲突安卓账号绑定机可以试id账号吗

3963人阅读
移动开发/Android/WinPhone/ios(21)
public void Msg1(String str)
Toast toast = new Toast(this);
Toast toast1 = toast.makeText(this, str, Toast.LENGTH_LONG);
toast1.show();
//获取ID号
final TelephonyManager tm = (TelephonyManager) getBaseContext().getSystemService(Context.TELEPHONY_SERVICE);
final String tmDevice, tmSerial, tmPhone, androidId;
tmDevice = && + tm.getDeviceId();
tmSerial = && + tm.getSimSerialNumber();
androidId = && + android.provider.Settings.Secure.getString(getContentResolver(), android.provider.Settings.Secure.ANDROID_ID);
UUID deviceUuid = new UUID(androidId.hashCode(), ((long)tmDevice.hashCode() && 32) | tmSerial.hashCode());
String uniqueId = deviceUuid.toString();
Msg1(uniqueId);
//获取手机型号
String strPhoneModule = android.os.Build.MODEL;
Msg1(strPhoneModule);
//获取系统版本
String strSystemType = android.os.Build.VERSION.RELEASE;
Msg1(strSystemType);
//获取本机号码
TelephonyManager phoneMgr=(TelephonyManager)this.getSystemService(Context.TELEPHONY_SERVICE);
String strPhoneNum = phoneMgr.getLine1Number();
Msg1(strPhoneNum);
* 以上用户言论只代表其个人观点,不代表CSDN网站的观点或立场
访问:512564次
积分:7530
积分:7530
排名:第1531名
原创:309篇
转载:41篇
评论:95条
(2)(7)(2)(2)(6)(9)(2)(4)(8)(3)(9)(7)(5)(4)(5)(5)(2)(1)(2)(2)(6)(4)(2)(6)(5)(5)(9)(17)(10)(6)(3)(3)(2)(9)(5)(1)(8)(5)(4)(5)(4)(6)(1)(1)(1)(3)(2)(7)(13)(4)(11)(12)(10)(8)(6)(5)(2)(4)(17)(5)(14)(6)(4)(3)最近我的iphone5被小孩子试得锁机了,而且我忘记了我的id账号,后缀是的,无法激活呀。_百度宝宝知道

我要回帖

更多关于 安卓开发者账号申请 的文章

 

随机推荐