This question already has an answer here:
How to start an Android application from the command line?
There are similar question asked, but I can not find good any answers.
This question already has an answer here:
How to start an Android application from the command line?
There are similar question asked, but I can not find good any answers.
Or you can use this directly:
You can also specify actions to be filter by your intent-filters:
Example here.
Pasted below:
This is about how to launch android application from the adb shell.
Command:
am
Look for invoking path in AndroidManifest.xml
Browser app::
Settings app::
You can use:
This will start the LAUNCHER Activity of the application using monkeyrunner test tool.