跟踪应用程序安装事件

问题描述:

我想在后台运行服务,以便可以跟踪应用程序的安装和删除事件.

I want to run a service in background so that I can track the application install and delete event.

我在Android中执行了类似的操作,并且正在运行!!.在android系统中,我使用Broadcast接收器来跟踪事件.

I have performed similar thing in Android and it is working!!. In android I used Broadcast receiver to track the events. 

我是Windows编程的新手,所以需要您的帮助来解决此问题.

I am new to Windows Programming, so need your help to solve this issue.

谢谢

Pranshu

在Wp7.1中,您无法执行此操作.您无法获取任何其他应用程序信息.
In Wp7.1 you can't do this.  You have no way of getting any other apps info whatsoever.