I watched the new APIs introduced in Android 2.2. Looking at the ActivityManager class, I came across the following method:
public static boolean isUserAMonkey()
Used to determine if the user making this call is subject to teleportation.
Returns whether the user making this call is a monkey.
How and when should it be used?
source
share