diff options
Diffstat (limited to 'core/java')
-rw-r--r-- | core/java/android/app/admin/DevicePolicyManager.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/app/admin/DevicePolicyManager.java b/core/java/android/app/admin/DevicePolicyManager.java index a193a34..1bbe5c4 100644 --- a/core/java/android/app/admin/DevicePolicyManager.java +++ b/core/java/android/app/admin/DevicePolicyManager.java @@ -2083,7 +2083,6 @@ public class DevicePolicyManager { /** * @hide - * @SystemApi * Sets the given component as an active admin and registers the package as the profile * owner for this user. The package must already be installed and there shouldn't be * an existing profile owner registered for this user. Also, this method must be called @@ -2097,6 +2096,7 @@ public class DevicePolicyManager { * @throws IllegalArgumentException if packageName is null, the package isn't installed, or * the user has already been set up. */ + @SystemApi public boolean setActiveProfileOwner(ComponentName admin, String ownerName) throws IllegalArgumentException { if (mService != null) { |