1

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

Frank van Puffelen
  • 565,676
  • 79
  • 828
  • 807
Traif
  • 671
  • 2
  • 6
  • 12

1 Answers1

1

Try to add in your app manifest:

<application
        android:allowBackup="false"
        ....
Dmytro Rostopira
  • 10,588
  • 4
  • 64
  • 86