-
-
Save amalhanaja/a633c7624b133839aa8300a2d4fbd9e2 to your computer and use it in GitHub Desktop.
ADB command list
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
# Go To Home Launcher | |
adb shell am start -c android.intent.category.HOME -a android.intent.action.MAIN | |
# Force stop | |
adb shell am force-stop $PACKAGE_NAME |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment