am bbd90f8e: Merge "Hide isLinkedUser()" into jb-mr2-dev
* commit 'bbd90f8e7051fde96092cacdebc5d94ce46c7140': Hide isLinkedUser()
This commit is contained in:
@@ -17643,7 +17643,6 @@ package android.os {
|
||||
method public java.lang.String getUserName();
|
||||
method public android.os.Bundle getUserRestrictions();
|
||||
method public android.os.Bundle getUserRestrictions(android.os.UserHandle);
|
||||
method public boolean isLinkedUser();
|
||||
method public boolean isUserAGoat();
|
||||
method public boolean isUserRunning(android.os.UserHandle);
|
||||
method public boolean isUserRunningOrStopping(android.os.UserHandle);
|
||||
|
||||
@@ -202,6 +202,7 @@ public class UserManager {
|
||||
* Used to check if the user making this call is linked to another user. Linked users may have
|
||||
* a reduced number of available apps, app restrictions and account restrictions.
|
||||
* @return whether the user making this call is a linked user
|
||||
* @hide
|
||||
*/
|
||||
public boolean isLinkedUser() {
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user