-
-
Notifications
You must be signed in to change notification settings - Fork 43
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
Labels
good first issue
Good for newcomers
Comments
Possible related to #221 ? |
It's Android 14's system I guess, need to check it out, tested till Android 12 |
Same issue here, Android 14 |
Same here! Got the same problem on Android 14 |
On Android 15 beta now, still the same issue. |
I am also having this issue on Android 14. Are there any fixes? |
At first, I could skip the permission request and it worked fine. Now it won't let me continue without it. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is there an existing issue for this?
Is this issue has already been addressed in documentation?
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
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
The text was updated successfully, but these errors were encountered: