With Intent.ACTION_OPEN_DOCUMENT_TREE I get this uri :
content://com.android.providers.downloads.documents/tree/downloads
How can I convert it to /storage/emulated/0/Download
- the real path?
I don't want use
Environment.getExternalStoragePublicDirectory(Environment.DIRECTORY_DOWNLOADS)
because is deprecated.
EDIT : I need real path of public location for downloads, because on android Q, this is the folder where should be stored public documents.