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
- Install the client on Android 13/14
- Go through permissions setup
- 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
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