Working on android Java, recently updated SDK to API level 29 now there is a warning shown which states that
Environment.getExternalStorageDirectory() i
Environment.getExternalStorageDirectory()
Get the destPath with the new API call:
destPath
String destPath = mContext.getExternalFilesDir(null).getAbsolutePath();