最終更新:2017-09-12 (火) 14:22:29 (2410d)  

am start
Top / am start

am start <INTENT>
-a <ACTION>-a android.intent.action.VIEW
-d <DATA_URI>-d content://contacts/people/1
-t <MIME_TYPE>-t image/png
-c <CATEGORY>-c android.intent.category.APP_CONTACTS
-n <COMPONENT>-n com.example.app/.ExampleActivity?

関連

  • am start-activity?
  • am start-service?
  • am start-foreground-service?