I want to test all the activities of my application by calling outside from the application.
Is it possible? Currently I can only call the main activity from adb. Is it possible to launch other activity?
One solution might be in the android manifest I declare all activities as main activity. Is it feasible?