I\'m unable to create directory in android 10. It\'s working on devices till android Oreo.
I tried two ways for creating folders.
Using
Since Q beta 4 it's possible to opt-out of that feature by:
targeting api 28 (or lower) using requestLegacyExternalStorage manifest attribute:
...