Actions
Feature #677
closedFix saving of Web Archives (MHT) with Android 11 Scoped Storage
Start date:
03/25/2021
Due date:
% Done:
0%
Estimated time:
Description
Currently it does not appear to be possible to do this. Google will likely need to update WebView.saveWebArchive() to use a FileOutputStream instead of a filename stored as a String.
https://developer.android.com/reference/android/webkit/WebView.html#saveWebArchive(java.lang.String)
Actions