You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With changes to file access permissions on Android, it's impossible to select arbitrary files (files which are not audio, video nor images) from any device folder. We need to find a solution for this, or ultimately make use of the MANAGE_EXTERNAL_STORAGE permission which requires a special Google review before being published to the Play Store.
The text was updated successfully, but these errors were encountered:
I've analyzed the code in PublishFormFragment, and after confronting you it looks like this issue has already been fixed.
I confirm that I can successfully select and open in app a .pdf file, so I think this ticket can be closed.
With changes to file access permissions on Android, it's impossible to select arbitrary files (files which are not audio, video nor images) from any device folder. We need to find a solution for this, or ultimately make use of the
MANAGE_EXTERNAL_STORAGE
permission which requires a special Google review before being published to the Play Store.The text was updated successfully, but these errors were encountered: