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

Commit a2e4d121 authored by Pavel Grafov's avatar Pavel Grafov
Browse files

Remove stub since proper deletate is implemented

The delegate was added to ArcDevicePolicyManagerWrapperService

Bug: 160457441
Test: Threehugger
Change-Id: I35cc15dfd4b921c2d304f5828ef4f263be5bb576
parent e8facd39
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -101,9 +101,4 @@ abstract class BaseIDevicePolicyManager extends IDevicePolicyManager.Stub {
    public boolean canProfileOwnerResetPasswordWhenLocked(int userId) {
        return false;
    }

    public boolean hasKeyPair(String callerPackage, String alias) {
        // STOPSHIP: implement delegation code in ArcDevicePolicyManagerWrapperService & nuke this.
        return false;
    }
}