Loading core/java/android/os/UserManager.java +6 −2 Original line number Diff line number Diff line Loading @@ -433,7 +433,11 @@ 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 * * <p>As of {@link android.os.Build.VERSION_CODES#L}, this method can * now automatically identify goats using advanced goat recognition technology.</p> * * @return Returns true if the user making this call is a goat. */ public boolean isUserAGoat() { return mContext.getPackageManager() Loading Loading
core/java/android/os/UserManager.java +6 −2 Original line number Diff line number Diff line Loading @@ -433,7 +433,11 @@ 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 * * <p>As of {@link android.os.Build.VERSION_CODES#L}, this method can * now automatically identify goats using advanced goat recognition technology.</p> * * @return Returns true if the user making this call is a goat. */ public boolean isUserAGoat() { return mContext.getPackageManager() Loading