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
I just noticed an issue when I was using the Storage Sheet. It seems to be stuck on this folder -> "/storage/emulated/0/". I can't seem to get any other folder or navigate to some other folder. I did give storage permission to the App.
I'm currently using a Samsung device with an SD Card. I was also using the sample.apk under the sample folder.
The text was updated successfully, but these errors were encountered:
Adding android:requestLegacyExternalStorage="true" to manifest (application level) "fixes" the issue.
Currently directory.listFiles() returns an empty list on Android 10 and above because of the scoped storage enforcement.
I don't know if this can help, but You can "Use the ACTION_MANAGE_ALL_FILES_ACCESS_PERMISSION intent action to direct users to a system settings page where they can enable the following option for your app: Allow access to manage all files."
I just noticed an issue when I was using the Storage Sheet. It seems to be stuck on this folder -> "/storage/emulated/0/". I can't seem to get any other folder or navigate to some other folder. I did give storage permission to the App.
I'm currently using a Samsung device with an SD Card. I was also using the sample.apk under the sample folder.
The text was updated successfully, but these errors were encountered: