redphx / better-xcloud-android

Android app to improve Xbox Cloud Gaming (xCloud) and Remote Play experiences
https://better-xcloud.github.io/android
MIT License
130 stars 2 forks source link

[Bug] App crashes when picking folder for storage on some Android TV and mobile devices #38

Closed redphx closed 6 months ago

redphx commented 6 months ago

Blame it on Google: https://commonsware.com/blog/2017/12/27/storage-access-framework-missing-action.html

Google refused to fix this: https://issuetracker.google.com/issues/71327396

To fix this problem, the app has to switch from using Storage Access Framework to requesting WRITE_EXTERNAL_STORAGE and MAMAGE_EXTERNAL_STORAGE permissions.

redphx commented 6 months ago

Fixed in 0.6

Now requires WRITE_EXTERNAL_STORAGE and MAMAGE_EXTERNAL_STORAGE permissions.