-
-
Notifications
You must be signed in to change notification settings - Fork 963
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
Does not work with Android 10 #134
Comments
@nvhaiwork You can add |
Will that work properly in Android 10 and coming versions? |
@Parag2385 it should, but it's not a proper solution. That's a way to avoid the error for now and will not work for Android 11 |
On Android 10+ there is scoped storage, meaning that each app can only access their own files. Thus, to actually do anything, you need to copy the file you want somewhere you can access it, e.g. your app's cache directory. This article explains how to do it pretty clearly. Keep in mind that you should clean up after yourself when you're finished with the cached files. |
I have raised #150 to support this on Android 10. |
With Android Q update, the compressor does not work any more due to "Manage scoped external storage access"
The text was updated successfully, but these errors were encountered: