`
叶里的猫
  • 浏览: 21326 次
  • 性别: Icon_minigender_1
  • 来自: 深圳
社区版块
存档分类
最新评论

android.intent.action.EXTERNAL_APPLICATIONS_UNAVAILABLE

阅读更多
String android.content.Intent.ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE = "android.intent.action.EXTERNAL_APPLICATIONS_UNAVAILABLE"

Broadcast Action: Resources for a set of packages are currently unavailable since the media on which they exist is unavailable. The extra data EXTRA_CHANGED_PACKAGE_LIST contains a list of packages whose availability changed. The extra data EXTRA_CHANGED_UID_LIST contains a list of uids of packages whose availability changed. The specified set of packages can no longer be launched and are practically unavailable on the system.

Inclues the following extras:

    * EXTRA_CHANGED_PACKAGE_LIST is the set of packages whose resources are no longer available. EXTRA_CHANGED_UID_LIST is the set of packages whose resources are no longer available.

This is a protected intent that can only be sent by the system.

------------

这个action从2.2版本才开始支持。

当SD卡从可用变为不可用且系统中有部门应用之前安装在SD卡上时,
则会发出这个广播,此时,这些之前安装在SD卡中的应用不存在系统中了。

这个广播的intent中包括如下数据:
1.变为不可用的应用包名列表
2.变为不可用的应用ID列表

这种广播只能由系统发出。
分享到:
评论

相关推荐

    Android 广播大全 Intent Action 事件.

    14. Intent.ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE:当移动 APP 正在进行时,系统会发出此广播,通知相关应用程序进行相应的处理。 知识点:移动 APP 正在进行是 Android 系统中的一种特殊状态,应用程序可以...

    android系统广播

    14. Intent.ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE:移动 APP 时的广播 15. Intent.ACTION_GTALK_SERVICE_CONNECTED:Gtalk 已建立连接时的广播 16. Intent.ACTION_GTALK_SERVICE_DISCONNECTED:Gtalk 已断开...

    Android 常用系统广播

    13. Intent.ACTION_EXTERNAL_APPLICATIONS_AVAILABLE 和 Intent.ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE:当应用程序从内部存储移动到外部存储(App2SD)时,会广播这两个动作。 14. Intent.ACTION_GTALK_...

    android系统主要广播

    13. **Intent.ACTION_EXTERNAL_APPLICATIONS_AVAILABLE** / **Intent.ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE**:当应用被移动到SD卡(APP2SD)并变得可用或不可用时,系统会发送这两个广播。 14. **Intent....

    Android 广播大全 Intent Action 事件详解

    14. Intent.ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE 广播:当正在移动应用到扩展存储(如SD卡)时,系统会发送此广播。 15. Intent.ACTION_GTALK_SERVICE_CONNECTED 和 Intent.ACTION_GTALK_SERVICE_...

    android_常用广播

    - **外部应用不可用广播** - `Intent.ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE`:当外部存储上的应用变得不可访问时触发。 这些广播对于实现应用管理功能非常有用。 #### 12. GTalk 服务广播 - **GTalk 连接...

    Android 系统常用广播

    #### 十五、`Intent.ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE` - 正在移动应用 当应用正在从内部存储移动到外部存储(如SD卡)时,系统会发送此广播。开发者可以通过监听这一广播来更新应用的状态显示。 #### ...

    a project model for the FreeBSD Project.7z

    While the userland applications are protected against faults in other userland applications, the entire system is vulnerable to errors in the kernel. This, combined with the vast amount of ...

Global site tag (gtag.js) - Google Analytics