am 9c32cd49: Fix build.

* commit '9c32cd498a8067d4487a97fbf93d8587bfcec1fd':
  Fix build.
This commit is contained in:
Emily Bernier
2014-04-23 19:52:05 +00:00
committed by Android Git Automerger

View File

@@ -300,7 +300,7 @@ public class UserManager {
/**
* 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.
* @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.
* Requires the {@link android.Manifest.permission#MANAGE_USERS} permission or profile/device owner
* Requires the MANAGE_USERS permission or profile/device owner
* privileges.
* @param restrictions the Bundle containing all 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.
* Requires the {@link android.Manifest.permission#MANAGE_USERS} permission or profile/device owner
* Requires the MANAGE_USERS permission or profile/device owner
* privileges.
* @param key the key of the restriction
* @param value the value for the restriction