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,