android - How the SharedPreferences works and is it safe -


i'm going use sharedpreferences keys store app informations when open app again after ondestroy information still same.

i'm wondering safe use sharepreferences ? mean there way hack or keys sharepreferences ?
, android platforms have sharepreferences ?

thanks .

sharedpreferences arent safe.. sharedpreferences should store config/setting-data not encrypted..

if u want store critical data - have write encrypted in database/sharedprefs

btw .. http://android-developers.blogspot.de/2013/02/using-cryptography-to-store-credentials.html


Comments

Popular posts from this blog

java - How to specify maven bin in eclipse maven plugin? -

single sign on - Logging into Plone site with credentials passed through HTTP -

php - Why does AJAX not process login form? -