I've created a custom contacts sync adapter, and an app to to edit the contact data for the custom contacts. The stock app can't edit them anyway -- it would only allow editing of the name. I've also set up my editor app to have the EDIT inten, so that when a user tries to edit a contact, they will be given a choice of which app to use (currently either the stock contacts app or my app). What I would like to happen is that if they choose the stock app (where they can't really edit any data), they should be given an error that these contacts have to be edited using my custom app.
Or even better, if it's possible, make it so that if they try to edit one of the custm syched contacts, it should not even give them the choice to do it in the stock app (or any other app for that matter). Can they be tken directly to my contact editor app without being prompted to choose the app? And any other contacts could be opened using the stock app.
Thanks