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_DOWNL
Dont mess around with paths and uries and your own file provider.
You got -or can get- an uri from the downloadmanager.
Use that to play the file.
Post a Comment for "Android Content Uri Cannot Be Played By Other App"