2013年6月10日 星期一

How to receiving broadcast when application installed or removed

<receiver android:name=".apps.AppListener">
<intent-filter android:priority="999">
     <action android:name="android.intent.action.PACKAGE_ADDED"/>  
     <action android:name="android.intent.action.PACKAGE_REMOVED"/>
     <data android:scheme="package"/> 
</intent-filter>

沒有留言:

張貼留言

Related Posts Plugin for WordPress, Blogger...