I am newbie in android. I want to register receiver when phone Contacts Database is accessed i.e when any app is reading phone contacts, my receiver is called.
I know about ContentObserver but it is called when data is changed. However I want to get notification when contacts database is accessed i.e reading contacts only.
Any help (code/example) would really appreciated.
Thanks