You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can we crete own folder in /storage/sdcard0/Android/data/package/files in the following way:
val myTestFolder = File(getExternalFilesDir(null), "testFolder")
myTestFolder.mkdirs()
?
Because on Android documentation :
"Note: On Android 11 (API level 30) and higher, apps cannot create their own app-specific directory on external storage."
I am looking for the best android gists online and I am glad I found your post where I found my answer. I appreciate you for sharing it with us. Now, I would like to help you because you helped me too. If you are looking for a site online through which you can buy college papers then I would like to suggest you to visit https://academized.com/buy-college-papers-online here where you will find professional essay writers who will help you with your essay assignments. If you are not so good at writing an essay assignment then you can take help from the given website.
Is there way to write under storage but not in sdcard0?