In Android documentation they said
On API <= 28, use VOLUME_EXTERNAL
but this also requires API level 29, and it doesn't save media files into MediaStore.
MediaStore.Audio.Media.IS_PENDING
MediaStore.Video.Media.RELATIVE_PATH
MediaStore.Video.Media.DATE_TAKEN
also requires API 29, So I feel the doc is not clear, or is there anything I missed?. And how do I save the media files in below Android 10 as well.