I want to create an app-specific folder in Internal Storage similar to Whatsapp, Telegram, etc. Apps whose target SDK is 29, Environment.getExternalStorageDirectory
has been deprecated. Now, Android does allow to create such a folder using legacy flags, but I want to know is there any other way to do so.
I want to create a folder at this path - /storage/emulated/0/MY_APP
. MY_APP
is name of my folder I want to create