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

[Issue/Bug] App does not request storage using storage access framework (SAF) #301

Open
2 tasks done
tutacat opened this issue Feb 12, 2024 · 2 comments
Open
2 tasks done
Labels
good first issue Good for newcomers

Comments

@tutacat
Copy link

tutacat commented Feb 12, 2024

Is there an existing issue for this?

  • I have searched the existing issues

Is this issue has already been addressed in documentation?

  • I have read the readme file

Describe the bug/issue

This is required to save files to external storage on Android 14. It is not required to run the ALVR app. (since WRITE_EXTERNAL_STORAGE permission was deprecated, but the app was built to include target sdk 29 or higher)

Local (your) Time when Issue has occurred

11-Feb-2024, 00:00:00 Hrs

How To Reproduce your issue

  1. Install the client on Android 13/14
  2. Go through permissions setup
  3. See there is no Storage permission in app settings

Expected behaviour

If the app needs access to storage, it should use Storage Access Framework (if the app was compiled for api target sdk 29 or higher)

If the app doesn't need storage access at all, the Storage permission and code to check the storage permission should be removed.

Screenshots

No response

Environment (please complete the following information)

Android OS: Android 14
Device Model: Samsung OneUI 6+

Additional context

No response

Attached Logs

No response

@tutacat
Copy link
Author

tutacat commented Feb 12, 2024

Possible related to #221 ?

@ShootingKing-AM
Copy link
Member

It's Android 14's system I guess, need to check it out, tested till Android 12

@ShootingKing-AM ShootingKing-AM added the good first issue Good for newcomers label Apr 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants