0

I want to monitor(I want to check whether one currently running application fetches my contacts details) all installed application of android operating system using one application. Can any one help me to sort this out or is possible to create such application in android.

2 Answers2

0

You can look at this topic on androidforums with similar question. Maybe it helps to begin. Or you can look at this helper function

Vladimir
  • 3,774
  • 3
  • 23
  • 27
0

I want to monitor all installed application of android operating system using one application.

What is your definition of monitor?

Community
  • 1
  • 1
Reno
  • 33,594
  • 11
  • 89
  • 102
  • I want to check whether one currently running application fetches my contacts details. – user1061124 Nov 23 '11 at 06:26
  • As far as I know, you can't do that. You can only listen for changes to your contacts using a `ContentObserver` – Reno Nov 23 '11 at 06:55