I\'m trying to send intent to browser to open local file. I wish to use default browser to open this file.
if(file.exists()){ Log.d(TAG, \"file.exists\");
The problem is that the new activity has no access to the html page inside your app since it is a different app and it has no permissions to do so.