Bug #1316
closedAdd to home screen (local file) .MHT
0%
Description
if mht:
1. Open .mht file that is on device.
2. And add it to home screen.
3. Close app.
4. Use icon. Browser does not open, android gives message App isn't installed.
Android 12
Updated by Soren Stoutner 10 days ago
- Status changed from New to Closed
Because Privacy Browser Android uses the Storage Access Framework, it isn't expected that MHT files work when pinned from the home screen. This is because the `content://` URLs are provided by another app, and they generally disable them after a period of inactivity under that app's discretion.
Updated by Soren Stoutner 6 days ago
The shortcut is a URL. Local files are accessed through `content://` URLs, which are generally temporary and do not function after they have expired. If you would like to understand further how Android's Storage Access Framework works, I would recommend you follow the link I posted in comment 2, and then follow all the links in that post to the upstream Android documentation.