What is the functionality of "android.intent.category.MONKEY"?

android, android-intent, android-manifest

Solution

Adding `android.intent.category.MONKEY` to activity means that

This activity may be exercised by the monkey or other automated test tools.

Reference

How to use it?

Problem

I have searched about it, But unable to find any good documentation on it.

Original source

Related problems