Does anyone know of an intent I can use to open a raw mp4 resource in the phone\'s video player? I tried this code:
Uri video = Uri.parse( \"android.reso
Other apps can't access your resources. You'll need to create a ContentProvider, or store the data in a place accessible to anyone (either SD card, or in a public folder in your local storage).