standinga
cursor?.use { c -> val index = c.getColumnIndexOrThrow(MediaStore.Video.Media.DATA) c.moveToFirst() path = c.getString(index) }