I have some files stored in the internal storage application, which is located here:
/ data / data // files /
Here's the problem: I want to link to these files from webview. How can I do it? What should be used as baseUrl?
I need something like the file: /// android_asset, but for the "internal storage" instead of the files in the resource directory.
gregm source share