testEngineer
Lurker
Environment.getExternalStoragePublicDirectory(DIRECTORY_DOWNLOADS).
This is a deprecated code in api>29 and I want to get some alternative of that Which returns the address of common download folder of all application(storage/emulated/0/Downloads) Not the location of download folder of inside android app location(storage/emulated/0/Android/data/__AndroidPackageName__/Downloads)
This is a deprecated code in api>29 and I want to get some alternative of that Which returns the address of common download folder of all application(storage/emulated/0/Downloads) Not the location of download folder of inside android app location(storage/emulated/0/Android/data/__AndroidPackageName__/Downloads)