Fix build.
Don't link to MANAGE_USERS permission in Javadoc. Change-Id: Iad1391a0281a3fad06529a86b277f787791e94fc
This commit is contained in:
@@ -300,7 +300,7 @@ public class UserManager {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Sets all the user-wide restrictions for this user.
|
* Sets all the user-wide restrictions for this user.
|
||||||
* Requires the {@link android.Manifest.permission#MANAGE_USERS} permission or profile/device owner
|
* Requires the MANAGE_USERS permission or profile/device owner
|
||||||
* privileges.
|
* privileges.
|
||||||
* @param restrictions the Bundle containing all the restrictions.
|
* @param restrictions the Bundle containing all the restrictions.
|
||||||
*/
|
*/
|
||||||
@@ -310,7 +310,7 @@ public class UserManager {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Sets all the user-wide restrictions for the specified user.
|
* Sets all the user-wide restrictions for the specified user.
|
||||||
* Requires the {@link android.Manifest.permission#MANAGE_USERS} permission or profile/device owner
|
* Requires the MANAGE_USERS permission or profile/device owner
|
||||||
* privileges.
|
* privileges.
|
||||||
* @param restrictions the Bundle containing all the restrictions.
|
* @param restrictions the Bundle containing all the restrictions.
|
||||||
* @param userHandle the UserHandle of the user for whom to set the restrictions.
|
* @param userHandle the UserHandle of the user for whom to set the restrictions.
|
||||||
@@ -325,7 +325,7 @@ public class UserManager {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Sets the value of a specific restriction.
|
* Sets the value of a specific restriction.
|
||||||
* Requires the {@link android.Manifest.permission#MANAGE_USERS} permission or profile/device owner
|
* Requires the MANAGE_USERS permission or profile/device owner
|
||||||
* privileges.
|
* privileges.
|
||||||
* @param key the key of the restriction
|
* @param key the key of the restriction
|
||||||
* @param value the value for the restriction
|
* @param value the value for the restriction
|
||||||
|
|||||||
Reference in New Issue
Block a user