Working on android Java, recently updated SDK to API level 29 now there is a warning shown which states that
Environment.getExternalStorageDirectory() is deprecated in API level 29
so we have to use getExternalFilesDir() but returns like this /storage/emulated/0/Android/data/yourpacakgeName/files/Download/demoform1 (1).pdf
I want to get the real path from download phone: /storage/emulated/0/Download
can anyone help to read real path download folder