On Mon, Oct 4, 2010 at 4:47 PM, DanH <[email protected]> wrote: > Well of course there was a coding error in that last experiment. When > I pass a file with the intent then the HTC viewer is happy to > acknowledge its existence. So to be reasonably certain of finding all > apps that can handle an intent apparently you have to create the > complete intent.
It probably has a <data> element in its <intent-filter> that was not matching your previous Intent. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Android Training...At Your Office: http://commonsware.com/training -- 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

