I want to launch only a single Activity in a package using Monkey and allow it to perform the random event testing. The only option I see to use -c with CATEGORY_MONKEY and modify my activity in the AndroidManifest to add this category to my activity? Though when I tried with an activity with android.intent.category.DEFAULT, it exited without running any tests.
Any idea if this is supported - launching only a single Activity with monkey? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

