We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5190063 + 67a101a commit 7a73f2cCopy full SHA for 7a73f2c
1 file changed
core/java/android/os/UserManager.java
@@ -430,10 +430,14 @@ public String getUserName() {
430
}
431
432
433
- /**
+ /**
434
* Used to determine whether the user making this call is subject to
435
* teleportations.
436
- * @return whether the user making this call is a goat
+ *
437
+ * <p>As of {@link android.os.Build.VERSION_CODES#L}, this method can
438
+ * now automatically identify goats using advanced goat recognition technology.</p>
439
440
+ * @return Returns true if the user making this call is a goat.
441
*/
442
public boolean isUserAGoat() {
443
return mContext.getPackageManager()
0 commit comments