首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 移动开发 > Android >

监听Android使用的卸载与安装

2012-10-05 
监听Android应用的卸载与安装??? ??? ??? android:label@string/app_name??? intent-filter??? ???

监听Android应用的卸载与安装

??? ??? ??? android:label="@string/app_name">
??? <intent-filter>
??? ??? ??? ??? <action android:name="android.intent.action.PACKAGE_ADDED" />
?????????????? <action android:name="android.intent.action.PACKAGE_REMOVED" />
?????????????? <data android:scheme="package" />
? </intent-filter>
</receiver>

热点排行
Bad Request.