2

I am been working on App and I prefer storing few details likes Tokens,Id's in Shared Preference. Ideally if App gets Uninstalled then all data in the Shared Preferences should be removed.

A strange issues noted with new versions of Android after reinstalling the App I can able to see all stored values , I am sure am debugging after Uninstalling the last version.

Any suggestion on this behaviour ? Thanks,

spurthi
  • 173
  • 1
  • 5

1 Answers1

0

enter image description hereYes it is happen because your app is not properly uninstalled. this happen to me with android 6.1 firsly go to app and on right top there is button to change user. then uninstall your app for all user. then it will work

Ashish
  • 371
  • 3
  • 18