I'm working to create a dictionary for android. I have a csv file containing all the data, which I worker for few months to complete.
The problem is anybody can explode the apk and extract the csv file. I wish secure the file. How can I protect a file inside the apk by not breaking the application?
Thanks for reading.