作者热门文章
- iOS/Objective-C 元类和类别
- objective-c - -1001 错误,当 NSURLSession 通过 httpproxy 和/etc/hosts
- java - 使用网络类获取 url 地址
- ios - 推送通知中不播放声音
我正在查看 Android 2.2 中引入的新 API。在查看 ActivityManager 类时,我遇到了以下方法:
public static boolean isUserAMonkey()
Used to determine whether the user making this call is subject to teleportations.
Returns whether the user making this call is a monkey.
应该如何以及何时使用它?
最佳答案
根据安卓文档
Returns "true" if the user interface is currently being messed with by a monkey.
了解应用程序正在使用 monkey 进行测试还是不是
关于java - Android ActivityManager.isUserAMonkey() 的正确用例?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30978778/
这个问题在这里已经有了答案: Strange function in ActivityManager: isUserAMonkey. What does this mean, what is its
我正在查看 Android 2.2 中引入的新 API。在查看 ActivityManager 类时,我遇到了以下方法: public static boolean isUserAMonkey() U
我在 android.app.ActivityManager 包中找到了以下函数。 public static boolean isUserAMonkey () reference描述: public
我是一名优秀的程序员,十分优秀!