Hello, I have developed an App that saves patient medical reports in a folder outside the app.
Example: "/storage/emulated/0/appname/report.pdf".
Having ascertained that with the new versions it is no longer possible to use this function, I would like to understand how to release the new version...
In my private (not publishing to Play Store and using on my private Android 10 device) phone I've made myself an app that saves its' backups in storage/emulated (File.DirRootExternal), I've implemented permission checking and everything works well. I really prefer to have it over there as it's...
In a previous thread I ended up solving a File.ListFiles problem under API 29 by adding
SetApplicationAttribute(android:requestLegacyExternalStorage, true)
to my manifest editor.
Erel's recommendation, as stated in...
Hello,
With Android 10, it is not possible to read the folder "File.DirRootExternal " because not permission.
( - 29 - No permission to access File.DirRootExternal, even with the STORAGE permission).
Is there an other way to access folder "Download " or "Bluetooth" in Android storage...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.