Comment on Is user a goat?Comments−herbig10ypublic boolean isUserAGoat() { return mContext.getPackageManager() .isPackageAvailable("com.coffeestainstudios.goatsimulator"); }−strangecasts10yI thought this was a joke at first, but this is apparently the genuine implementation: https://android.googlesource.com/platform/frameworks/base/+/...
Comments
public boolean isUserAGoat() { return mContext.getPackageManager() .isPackageAvailable("com.coffeestainstudios.goatsimulator"); }
I thought this was a joke at first, but this is apparently the genuine implementation: https://android.googlesource.com/platform/frameworks/base/+/...