We're a place where coders share, stay up-to-date and grow their careers.
I also love the little gems hidden in the Android codebase
What do the latter two actually do?
isUserAMonkey() is actually part of a testing utility. A "monkey" user does a bunch of random clicks and stuff trying to detect strange UI states.
isUserAMonkey()
The last one was just a joke, but it does check if GoatSimulator is installed
I also love the little gems hidden in the Android codebase
What do the latter two actually do?
isUserAMonkey()
is actually part of a testing utility. A "monkey" user does a bunch of random clicks and stuff trying to detect strange UI states.The last one was just a joke, but it does check if GoatSimulator is installed