Created
January 22, 2014 02:01
-
-
Save cbarraco/8552271 to your computer and use it in GitHub Desktop.
If you only know the package name of the app you want to launch but not the name of it's main activity, use this command. Just replace com.android.chrome with the package name of the app you want to open. The monkey command is used for making random touch and keyboard inputs on the connected device. This command only specifies that one event can…
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
adb shell monkey -p com.android.chrome -c android.intent.category.LAUNCHER 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment