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

Commit ba17bdff authored by Daichi Hirono's avatar Daichi Hirono
Browse files

Add empty abstract method to BaseIDevicePolicyManager

Bug: 143179037
Test: build
Change-Id: I02192480491cb496ec5602cac109d8f09969b28f
parent 8e554f88
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -62,4 +62,6 @@ abstract class BaseIDevicePolicyManager extends IDevicePolicyManager.Stub {
            String packageName, boolean hasGrant) {
        return false;
    }

    public void setLocationEnabled(ComponentName who, boolean locationEnabled) {}
}