On Oct 13, 2:37 pm, Rohit Mordani <[EMAIL PROTECTED]> wrote: > Thanks - I figured out that the "original app" co-exists with the > "replacing app" and the user has a choice to select either (kinda like > windows). I like that, though it would be awesome if there was a > setting to select the default app.
In the dialog to pick which one to use, there is a checkbox to make that selection the defaut. > The follow up to the previous question that I have is - how do I find > out what actions/intent (that are handled by the contacts app) to > override? For example, I found out that to replace the home screen you > need to have the following intent filter in the manifest: Many of these can be determined by locking at the constants for Intent and the types and constants for the contacts provider. There does need to be better documentation. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

