Android Bridge
http://www.androidwebterminal.com/
Tuesday, June 19, 2012
How to open a local file in Android browser?
Important thing here is you have to use file:// + path
private String genLocalPageUrl(String fileName)
{
return "file://" + this.getFilesDir() + "/" + fileName ;
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment