I got device Id using following code
final String android_id = Settings.Secure.getString(getContentResolver(),
Settings.Secure.ANDROID_ID);
I want to change this id by user any solution to it. I know user must be rooted.
I got device Id using following code
final String android_id = Settings.Secure.getString(getContentResolver(),
Settings.Secure.ANDROID_ID);
I want to change this id by user any solution to it. I know user must be rooted.
Values of ANDROID_ID
are determined by your app signing key. It may be changed if user do a factory reset or change the signing key. User do not have to be rooted.