I'm developing a android application which is downloading contents from a API as a zip file and extract it in to the assets folder in the app.Then using the web view in the app can load that content.
How can i prevent user from directly access the extracted folders (using file manager) and only allow user to access the folders via the application?