Houdhey

Results 12 comments of Houdhey

Here is what I did to solve my Android 10 problems, similar to yours: - Android manifest: add the request Legacy External Storage true - Before opening a file, I...

For Android 10, add ``` android:requestLegacyExternalStorage="true"``` to application tag in AndroidManifest.xml, and target Sdk version 29 or 30.