4
What is the real function of the methods isUserAMonkey()
and isUserAGoat()
in the Android SDK? In what situation they should be used?
4
What is the real function of the methods isUserAMonkey()
and isUserAGoat()
in the Android SDK? In what situation they should be used?
4
The first is used to check whether the user is real or just a testing mechanism, where you may want to have a different action. That’s what it says in a question in the OS.
Apparently the second is just a joke or something that can eventually be used with Easter Egg active. This can be conferred on a question in the OS. So the real utility is zero.
Google being Google. Check it out: android.os.Handler#runWithScissors in https://android.googlesource.com/platform/frameworks/base/+/lollipop-release/core/android/os/Handler.java#runWithScissors
GRAVITY_DEATH_STAR_I
, kkkkkkkkkk
Browser other questions tagged android method
You are not signed in. Login or sign up in order to post.
http://stackoverflow.com/questions/13375357/proper-use-cases-for-android-usermanager-isuseragoat
– ramaral