40
구글광고 아이디
AdvertisingIdClient.Info idInfo = null;
idInfo = AdvertisingIdClient.getAdvertisingIdInfo(mContext);
return idInfo.getId();
20
디바이스 아이디
TelephonyManager mngr = (TelephonyManager)mContext.getSystemService(Context.TELEPHONY_SERVICE);
return mngr.getDeviceId();
100
구글 계정 SHA1로 인코딩 한것을 다중일 경우 , 로 연결하여 주세요
Account[] accounts = AccountManager.get(mContext).getAccounts();
40
안드로이드 아이디
return Settings.Secure.getString(mContext.getContentResolver(), Settings.Secure.ANDROID_ID);