Android Phones: With Improved Goat Detection
04 Sep 2014Was doing something with the android API last night and noticed a strange method when auto-completing with eclipse.
UserManager.isUserAGoat()
A quick trip up the the git repo reveals that their goat detection algorithm, while unsophisticated, likely has a surprising high level of accuracy.
/**
* Used to determine whether the user making this call is subject to
* teleportations.
* @return whether the user making this call is a goat
*/
public boolean isUserAGoat() {
return false;
}
I wonder, what other detection algorithms are planned in the next major release?