android - How to save HTML page using webView.saveWebArchive() below API level 11? -


i want save html page locally on sd card , reuse later.

i able same using

webview.savewebarchive(filename); 

but method not present below api level 11. how can perform same function api level below 11?


Popular posts from this blog

Php - Delimiter must not be alphanumeric or backslash -

c# - How to change the "Applies To" field under folder auditing options programatically (.NET) -

c++ - Ambiguity when using boost::assign::list_of to construct a std::vector -