0

I want to invoke my application once user creates / updates contact from his device. i.e once user hit "Done" button. is it possible ? If possible please provide sample code or link.

Please help and thanks in advance.

Nikhil
  • 16,194
  • 20
  • 64
  • 81

1 Answers1

0

I want to invoke my application once user creates / updates contact from his device. i.e once user hit "Done" button. is it possible ?

No, it is not possible, in terms of detecting the GUI event. You can set up a data observer on the Contacts (or ContactsContract) content provider, and attempt to find out those things that way, though I do not know how well that works.

CommonsWare
  • 986,068
  • 189
  • 2,389
  • 2,491