最終更新:2014-04-27 (日) 17:08:55 (3669d)  

android.intent.action.EXTERNAL_APPLICATIONS_AVAILABLE
Top / android.intent.action.EXTERNAL_APPLICATIONS_AVAILABLE

Broadcast Action: Resources for a set of packages (which were previously unavailable) are currently available since the media on which they exist is available. 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. Note that the packages in this list do not receive this broadcast. The specified set of packages are now available on the system.

メモ

  • SDカードを抜くと実行中の Service は強制終了され、外部記憶域が再度マウントされたときには再起動されません。しかしながら、 ACTION_EXTERNAL_APPLICATIONS_AVAILABLE のブロードキャストインテントを登録することができ、外部記憶域にインストールされたアプリケーションが再度システムで利用可能となったとき、アプリケーションにこれが通知されます。その時点で、サービスを再起動することができます。