When uninstall the app and install again, it re-authenticate with the last user. Can I stop that? I want if you uninstall the app, user clears.
Thank you
When uninstall the app and install again, it re-authenticate with the last user. Can I stop that? I want if you uninstall the app, user clears.
Thank you
Try to add in your app manifest:
<application
android:allowBackup="false"
....