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. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy Android Training in US: 22-26 February 2010: http://onlc.com -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

