Created
February 25, 2022 04:22
-
-
Save denihida1216/9b1fd3c0f44330bdb9bc7b212154c5f4 to your computer and use it in GitHub Desktop.
java.io.IOException: Permission denied cannot create file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
If your target api level is >=29 or you are using android 10 then please add following line in your app's manifest file in application tag | |
android:requestLegacyExternalStorage="true" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment