Protect Your Android Users’ Data: EncryptedSharedPreferences
Welcome to this series of articles about Android Security and how you can improve tremendously the protection of your users’ privacy, by implementing 3 things that are quick to implement.
Today we are going to look at protecting the SharedPreferences. They are usually implemented to store tiny bit of data in a persistent manner.