From android Webview with javascript, can I save a text as a file in assets folder in Android?
My android app opens a Webview and run html and JavaScript from the server.
The JavaScript creates a data and I want to save the data as a file in the assets folder of my app.
Is this possible? and How?