niharika2810/ScopedStorageDemo

How to create own App folder like WhatsApp and store files in it.

Opened this issue · 1 comments

I have gone through the demo app code, all works nicely, but how to create own App folder in internal storage like WhatsApp does to store app files like local DB backup, for Android 11?

Tried storing files there but it is getting saved in Downloads folder. Using Intent it only opens Downloads.

this is my problem too