I want to create a Directory in android 11 and save a PDF file in it.
android:requestLegacyExternalStorage="true"
this tag only works in android 10 but not working in android 11.Here is the image of error
I want to create a Directory in android 11 and save a PDF file in it.
android:requestLegacyExternalStorage="true"
this tag only works in android 10 but not working in android 11.Here is the image of error
You have limited access to public directories. You can check from here which folder you can read and write data on And 10-11.
You can also do whatever you want in internal storage. I mean you can create folder on your own application folder.