メインメニューを開く

PCからAndroidをバッチファイルで制御したい。

パッケージ指定

$ adb shell am start <package>

アクティビティ指定

$ adb shell am start -n <package>/<activity>

関連項目編集