Using Content Provider, a page with parameters is loaded into WebView
mWebView.loadUrl("content://com.example/TList2.htm?Status=Good");
Then, in the HTML page itself, with the help of Content Provider, scripts and images are loaded.
The question is: how can a URI that caused it be intercepted in a page? This:
content://com.example/TList2.htm?Status=Good