android-storage
android-storage copied to clipboard
Unable to delete folder
trafficstars
My folder path is /storage/emulated/0/com.example.demoapp
but i am unable to delete it using storage.deleteDirectory(path);
Can anyone plzz help me in this ???
If I'm not wrong, you should never use hardcoded path to external storage. It may change and it's a good practice to use something like this:
context.getExternalFilesDir()