java - Is there a unique Android device ID? -
do android devices have unique id, , if so, simple way access using java?
settings.secure#android_id returns android id unique each user 64-bit hex string.
import android.provider.settings.secure; private string android_id = secure.getstring(getcontext().getcontentresolver(), secure.android_id);
Comments
Post a Comment