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

Commit f8697317 authored by Pavel Grafov's avatar Pavel Grafov Committed by Android (Google) Code Review
Browse files

Merge "Remove stub since proper delegate is implemented"

parents 5d52d44c 28fb4ade
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -22,8 +22,6 @@ import android.util.Slog;

import com.android.server.SystemService;

import java.util.List;

/**
 * Defines the required interface for IDevicePolicyManager implemenation.
 *
@@ -103,9 +101,4 @@ abstract class BaseIDevicePolicyManager extends IDevicePolicyManager.Stub {
    public boolean canProfileOwnerResetPasswordWhenLocked(int userId) {
        return false;
    }

    public List<String> getKeyPairGrants(String callerPackage, String alias) {
        // STOPSHIP: implement delegation code in ArcDevicePolicyManagerWrapperService & nuke this.
        return null;
    }
}