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

Commit 28fb4ade authored by Pavel Grafov's avatar Pavel Grafov
Browse files

Remove stub since proper delegate is implemented

The delegate was added to ArcDevicePolicyManagerWrapperService

Bug: 160457441
Test: Threehugger
Change-Id: I219abd5f48ff345b97cf5771dc18f0188795022f
parent 83eeb33c
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;
    }
}