String androidId = Settings.Secure.getString(getContentResolver(),
Settings.Secure.ANDROID_ID);
I'm using this to take android id. Doubt is ANDROID_ID how could be different for signed apk and build apk of same device? I need unique identity of my device. If ANDROID_ID is changed then is it good to use this?