-
Notifications
You must be signed in to change notification settings - Fork 10
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
Crash #11
Comments
@DanteAndroid No Storage permission issue I think, it could be an issue of API 29 or 30 https://developer.android.com/training/data-storage/manage-all-files#all-files-access |
@luongvo Could you provide an api that can save file into app private directory (data/com.package/files)? |
@luongvo have you fixed this? |
@DanteAndroid @hmmmk what worked for me was adding the following line to the builder: |
The text was updated successfully, but these errors were encountered: