How can I protect the Android assets folder from hackers. Is there any method to safeguard the assets folder?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Anything you save in Asset folder is accessible only after you copy it in internal or external cache directory. So there's no way you may keep it safe from exploiters at the same time too. However, you may save anything in this folder as encrypted and decrypt it at run-time just before using it. |
|||||
|