jchirag21
Lurker
Hi,
I have a business scenario where I have to open an HTML with browser on my Android Google Pixel 3XL file.
I have been using below method to do the same
By pointing the browser at the file you want with a URL of the format
file:///path/to/file.html
but after upgrading my Android to 11 the method is no longer working , getting below error
Access to the file was denied
The file at file:///sdcard/download/UniversalLink.html is not readable. It may have been removed, moved, or file permissions may be preventing access.
ERR_ACCESS_DENIED
Can anyone help me how I can open html file now with Android 11
I have a business scenario where I have to open an HTML with browser on my Android Google Pixel 3XL file.
I have been using below method to do the same
By pointing the browser at the file you want with a URL of the format
file:///path/to/file.html
but after upgrading my Android to 11 the method is no longer working , getting below error
Access to the file was denied
The file at file:///sdcard/download/UniversalLink.html is not readable. It may have been removed, moved, or file permissions may be preventing access.
ERR_ACCESS_DENIED
Can anyone help me how I can open html file now with Android 11