それが上にある場合、起動後に自動的にAndroidアプリケーションを起動する方法はあります/sdcard
か?
わかりました。おそらく までBroadcastReceiver
です。しかし、どのアクションが正しいですか?
ACTION_BOOT_COMPLETED - does not work if it is on the /sdcard (documented)
ACTION_MEDIA_MOUNTED - does not work if it is on the /sdcard (which is undocumented)
ACTION_EXTERNAL_APPLICATIONS_AVAILABLE - does not work, I do not know why
ACTION_USER_PRESENT - does not work if the BroadcastReceiver is registered in AndroidManifest (which is undocumented, but documentation bug has been reported)
ありがとう
ヤン