Hello! Now loading the page is as follows:
mWebView.loadUrl("file:///android_asset/MyPage.htm")
Is it possible to make the download happen through the Content Provider? For example:
mWebView.loadUrl("content://com.example/MyPage.htm")
But that doesn't work