VA wrote: > Is there a place where I can find all the intents related to > operations on Contacts.
At runtime, given a Uri to a Contact, there are methods on PackageManager to find out available activities to start on that Uri. > I am working on an app that allows sending of > a contact entry as a vcard. For this I need a functionality whereby > when somebody touches a contact entry (Long Press) for a contact, I > can display a menu option "Send as VCard over SMS". If you are looking to have your menu choice injected into the Dialtacts application menu, I suspect that is impossible. It certainly used to be impossible, but I have not checked more recent implementations (e.g., 1.6/2.0). -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy Android Consulting/App Development: http://commonsware.com/consulting -- 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

