I want that whenever any system or user application access the system contact app, my app get notified about that somehow. How can i do that ?
I want that whenever any system or user application access the system contact app,
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Sorry, but this is not possible from an ordinary SDK app. Any app can access the Contacts
ContentProvideras they wish (assuming that they have permission), and there is no way for your app to find out about that.You are welcome to create a custom Android fork that contains your desired capability and install that on whatever devices you are able.