/**
* 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;
}
https://android.googlesource.com/platform/frameworks/base/ /9a7debe5857ffc7c7...