We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Link to the task
Main protection for our key is InstanceID
CODE:
InstanceID.getInstance(context).getId();
Local password/Fingerprint protection
For the protection improvement one can add application's password/fingerprint protection.
For now we return empty string.
Here is Documentation about Android_ID.
Settings.Secure.getString(contentResolver, Settings.Secure.ANDROID_ID);