On Aug 23, 1:08 am, Peli <[EMAIL PROTECTED]> wrote: > Is it possible to handle all file types except those that are already > known to the system? > (in order to prevent the "choose activity" dialog on known file > types?)
Say you handle all types, and set android:priority="-10" in the manifest, so your activity will only be picked if there is no normal priority activity that handles a certain type. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Discuss" 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-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
