I\'m developing an application which will be storing user sensitive data. My issue is using other applications that a user can view that stored data with. Then I need to pro
Check out SQLCipher for Android. It's free (Apache 2 and BSD licences).
PS.: Some ORMs also support SQLCipher now, e.g. our greenDAO.