-
Notifications
You must be signed in to change notification settings - Fork 240
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
[Android 10] WRITE_EXTERNAL_STORAGE Permission Denied #108
Comments
I am having same issue as @rlekqls12 |
@rlekqls12 |
AndroidManifest.xml error: Success: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It used well in the existing API26, but it does not run after updating to Android 10.
The TED Permission says that you have permission, but when you actually run the file save code, you get a Permission Denied.
So I am temporarily using the code below.
The code below works fine.
You can use this code to verify that you have obtained the right permissions.
The text was updated successfully, but these errors were encountered: