2014年12月30日 星期二

Android get device ID

import android.provider.Settings.Secure;

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

沒有留言:

張貼留言