RustamG / file-dialogs

An Android library with save and open file dialogs.
28 stars 8 forks source link

Incompatible with Android Q and above #6

Open john-ds opened 4 years ago

john-ds commented 4 years ago

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.