/data/data/com.example/files/received/1386403084460/Over the horizon_2013.mp3
Is it possible to play the media files from the above path without making public copy?
My app created the com.example and its paths, trying to play it using other available media players. The device is not rooted.
FYI: I get these errors,
Sound Player: Unable to find item,
Google Play Music: Couldn't play the track you requested.
I am reading this post, can this problem be fixed using Context.MODE_WORLD_READABLE?
http://www.grokkingandroid.com/how-to-correctly-store-app-specific-files-in-android/