最終更新:2016-07-19 (火) 16:53:05 (2838d)  

android.intent.category.DEFAULT
Top / android.intent.category.DEFAULT

メモ

  • Note: In order to receive implicit intents, you must include the CATEGORY_DEFAULT category in the intent filter. The methods startActivity() and startActivityForResult?() treat all intents as if they declared the CATEGORY_DEFAULT category. If you do not declare this category in your intent filter, no implicit intents will resolve to your activity.

関連