am b49a19b9: am 8aa21f20: am 12dd9943: am 7a73f2c5: Merge "SDK only: Update docs to reflect current implementation." into lmp-dev
* commit 'b49a19b9bd2fed00b8fbf3f5a4f9fb7c34e969a3': SDK only: Update docs to reflect current implementation.
This commit is contained in:
@@ -430,10 +430,14 @@ public class UserManager {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Used to determine whether the user making this call is subject to
|
* Used to determine whether the user making this call is subject to
|
||||||
* teleportations.
|
* 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() {
|
public boolean isUserAGoat() {
|
||||||
return mContext.getPackageManager()
|
return mContext.getPackageManager()
|
||||||
|
|||||||
Reference in New Issue
Block a user