android - Stop apps to get my SharedPreferences -


i'm using sharedpreferences save login info used httppost requests.

the problem use directly data authenticate users php, if create app steal app users sharedpreferences(username, password), how can stop him?

your shared preferences placed on internal storage default. private app. other apps cannot access preferences file. exception if user has rooted device , runs other app superuser privileges.


Comments

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -