I'm searching for the best way to store user data like (IP address, Port number, username, Password) for life time of activity.
So I've decided to go use SharedPreferences. While referring this example I saw one answer which is "if user clear the application data from:
setting -> application manager -> your application -> clear data
Then all data saved in shared preferences will get removed
Is this true? Please help me with this. I referred developer guide but its nowhere mentioned that user can clear Shared Preferences data.
Is this a good way to do this? Or there is another better way to get it?