file-dialogs icon indicating copy to clipboard operation
file-dialogs copied to clipboard

Incompatible with Android Q and above

Open john-ds opened this issue 4 years ago • 0 comments

This library is using the legacy storage model and should be upgraded without having to include the requestLegacyExternalStorage flag in the manifest file. In some cases where the legacy model is not supported on some newer devices, the app will crash when a file dialog opens.

More info: https://developer.android.com/preview/privacy/storage

Please consider the necessary upgrades. Thanks in advance.

john-ds avatar Aug 19 '20 12:08 john-ds