Skip to content

Instantly share code, notes, and snippets.

@petitJAM
Created June 9, 2023 18:48
Show Gist options
  • Save petitJAM/7b818d04bb69c12a25968863e53beca0 to your computer and use it in GitHub Desktop.
Save petitJAM/7b818d04bb69c12a25968863e53beca0 to your computer and use it in GitHub Desktop.
Launch an Activity with ADB
// Ensure the activity has android:exported="true" in the manifest
adb shell am start -n my.package.name/my.package.path.to.MyActivity
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment