Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Full Access above 33 using MANAGE_EXTERNAL_STORAGE #134

Closed
sunil-singh-chaudhary opened this issue Oct 28, 2023 · 1 comment
Closed

Full Access above 33 using MANAGE_EXTERNAL_STORAGE #134

sunil-singh-chaudhary opened this issue Oct 28, 2023 · 1 comment

Comments

@sunil-singh-chaudhary
Copy link

hi MANAGE_EXTERNAL_STORAGE is , i think depricated in android 33 and this is dangerous permission
did u use SAF or mediquery to get list of files like pdf text etc
can this be possible now because of google policies images and video easily fetched but Files are not getting in list placed inside download Folder but images is easily availble but pdf are not like we did before walkDir() for get all files now not working any idea how to reolve this or this is now not possible

@anggrayudi
Copy link
Owner

anggrayudi commented Jun 18, 2024

This library can access files via:

  • Storage Access Framework. Of course, after the user granted the URI permission via this dialogue:
    Screenshot_20240618_215541

  • Full storage access MANAGE_EXTERNAL_STORAGE (API 30+ only)

  • Media query

  • uses-permission tag in Manifest (Android 28 and lower):

    • android.permission.READ_EXTERNAL_STORAGE
    • android.permission.WRITE_EXTERNAL_STORAGE

This library can handle all of them. It depends on your needs. If your apps are file manager, cleaner, antivirus, etc. then Google may allow you to publish the apps to Play Store. Otherwise, it might get rejected.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants