From 80440cc853611e77268d8c67db2279c10b2e076e Mon Sep 17 00:00:00 2001 From: Justin Morey Date: Thu, 24 Jul 2014 09:16:35 -0500 Subject: [PATCH] Expose setActiveProfileOwner() using @SystemApi Change-Id: I1607fa90e76da495ede48f01ad250baae60108af (cherry picked from commit 85db24136eefb01341760208541563aba05ce82e) --- core/java/android/app/admin/DevicePolicyManager.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/java/android/app/admin/DevicePolicyManager.java b/core/java/android/app/admin/DevicePolicyManager.java index a193a345d88b..1bbe5c40b73c 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) { -- 2.11.0