Created
June 9, 2023 18:48
-
-
Save petitJAM/7b818d04bb69c12a25968863e53beca0 to your computer and use it in GitHub Desktop.
Launch an Activity with ADB
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
// 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