diff --git a/core/java/android/os/UserManager.java b/core/java/android/os/UserManager.java index 2315c74a32b87..37294e733a9aa 100644 --- a/core/java/android/os/UserManager.java +++ b/core/java/android/os/UserManager.java @@ -430,10 +430,14 @@ public class UserManager { } } - /** + /** * Used to determine whether the user making this call is subject to * teleportations. - * @return whether the user making this call is a goat + * + *
As of {@link android.os.Build.VERSION_CODES#L}, this method can + * now automatically identify goats using advanced goat recognition technology.
+ * + * @return Returns true if the user making this call is a goat. */ public boolean isUserAGoat() { return mContext.getPackageManager()