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

Commit e1c5b52a authored by Paul Duffin's avatar Paul Duffin Committed by Gerrit Code Review
Browse files

Merge "Remove unnecessary @Deprecated on parameter of deprecated method" into main

parents 09b835e6 0d7eebc9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -9344,7 +9344,7 @@ public class DevicePolicyManager {
    @Deprecated
    @SystemApi
    @RequiresPermission(MANAGE_DEVICE_ADMINS)
    public boolean setActiveProfileOwner(@NonNull ComponentName admin, @Deprecated String ownerName)
    public boolean setActiveProfileOwner(@NonNull ComponentName admin, String ownerName)
            throws IllegalArgumentException {
        throwIfParentInstance("setActiveProfileOwner");
        if (mService != null) {