I'd like to ship encrypted data in /res/raw but I don't know how to do it so that the app can decrypt.
I know I want to:
1) encrypt the file on my dev station
2) locate it in /res/raw
3) have the app read the encrypted file and decrypt it to use the data within.
I was able to find this blog post http://android-developers.blogspot.com/2013/02/using-cryptography-to-store-credentials.html but it really just says "what you're doing is wrong".