I have an html file in /mnt/sdcard/packagename/files/something.html path. Now I want to load this file into the webview.
When I surfed for this, I heard something
try this:
webview.loadUrl("file:///sdcard/packagename/files/something.html");