I\'m using the Android monkey test to test my android apps, it\'s works for my app, and is very cool. but I\'d like to test an application activity in specific, how could i
This worked for me. Add category in manifest:
category
Where MonkeyActivity will perform an initialization setup for testing and from shell:
MonkeyActivity
adb shell monkey -p my.package -c android.intent.category.MONKEY -v 500