Hi, The intents for contacts added are not broadcasted, you might want to set up a Content Observer for the Contacts content provider to get notifications about added contacts. Please go through the discussion below : http://groups.google.com/group/android-developers/browse_thread/thread/a1aca12e78664064/b0c05aa238160047?#b0c05aa238160047
Let us know if you have any questions. thanks, Megha On Wed, Apr 23, 2008 at 12:45 PM, scimitar <[EMAIL PROTECTED]> wrote: > > Hi guys, > > I want my application to react whenever a new contact is added in the > phone's contact book (Basically upload the contact list to an external > service). I have a vague idea that this can be done through an intent > receiver, but I'm not sure. How could this be done? > > thanks, > > > --~--~---------~--~----~------------~-------~--~----~ 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] Announcing the new M5 SDK! http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

