Skip to content Skip to sidebar Skip to footer

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

Solution 1:

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"