Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 80440cc8 authored by Justin Morey's avatar Justin Morey
Browse files

Expose setActiveProfileOwner() using @SystemApi

Change-Id: I1607fa90e76da495ede48f01ad250baae60108af
(cherry picked from commit 85db24136eefb01341760208541563aba05ce82e)
parent 4f994eb2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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) {