Skip to content

Instantly share code, notes, and snippets.

@amalhanaja
Created October 10, 2024 04:17
Show Gist options
  • Save amalhanaja/a633c7624b133839aa8300a2d4fbd9e2 to your computer and use it in GitHub Desktop.
Save amalhanaja/a633c7624b133839aa8300a2d4fbd9e2 to your computer and use it in GitHub Desktop.
ADB command list
# 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