Android content Uri cannot be played by other app
问题 I used download manager to download a file to external storage. I set the destination to Download folder using request.setDestinationInExternalPublicDir(Environment.DIRECTORY_DOWNLOADS, fileName) After success I retrieve the uri with val fileUri=cursor.getString(cursor.getColumnIndex(DownloadManager.COLUMN_LOCAL_URI)) which gives me this file:///storage/emulated/0/Download/dishapatani_Jan%2007%2C%2008%3A07_1609986166669.mp4 Now I try to play this video file using intent with this val uri=Uri