下面的代码将会返回一个unique 64-bit hex 字符串,每个android都是唯一的
// from www.75271.com import android.provider.Settings.Secure; private String android_id = Secure.getString(getContext().getContentResolver(), Secure.ANDROID_ID);
下面的代码将会返回一个unique 64-bit hex 字符串,每个android都是唯一的
// from www.75271.com import android.provider.Settings.Secure; private String android_id = Secure.getString(getContext().getContentResolver(), Secure.ANDROID_ID);