On Dec 30, 8:39 am, Mark Murphy <mmur...@commonsware.com> wrote:
> Mark Murphy wrote:
> > The intent filter you are trying to match is:
>
> > <intent-filter>
> >    <action android:name="android.intent.action.VIEW" />
> >    <category android:name="android.intent.category.DEFAULT" />
> >    <data android:mimeType="video/*" />
> > </intent-filter>
>
> Actually, to clarify: that's an intent filter for the built-in video
> player (out of the Camera app). One hopes that most devices have some
> app that supports a similar filter.

What is the best way to find out how the intent should be configured?
Is going to the source code for the camera app and looking at the
manifest the best or only way?  Would you still have to test every
device to see if it works with the video viewer app on that device.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to