-1

I am trying to create a folder in device internal storage like the same way telegram and WhatsApp does in Android 11 and above devices without using manage access all files permission. any reference on how to achieve this.. ?

Suraj pal
  • 1
  • 1

1 Answers1

0

For Android 11+.

For the Telegram style one use SAF. For instance ACTION_DOCUMENT_TREE and let the user create the directory.

For a folder like whatsapp just use mkdirs().

blackapps
  • 8,011
  • 2
  • 11
  • 25