Skip to content

Instantly share code, notes, and snippets.

@tatuas
Last active August 26, 2016 07:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tatuas/922ee0175b8a0f0e349f939dc4561be4 to your computer and use it in GitHub Desktop.
Save tatuas/922ee0175b8a0f0e349f939dc4561be4 to your computer and use it in GitHub Desktop.
Androidで特定のActivityをadbで開く

Manifest側で開きたいActivityがexported="true"になっていることを確認する

開発用ビルドでSettingActivityを開きたい場合

adb shell am start -n "com.sample.development/com.sample.activity.ui.SettingActivity"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment