Reputation: 4267
I have an android application which takes place mostly in webview, I have my html files in my assets folder, but files in the assets folder are very fragile and anyone can have access to codes in assets files. I wanted to ask if you have any tips to protect html and js files in android assets folder.
Thanks very much
Upvotes: 1
Views: 1695
Reputation: 12147
Here are my personal suggestion for the security about asset folder.
Upvotes: 1