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

Commit ef151738 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Add empty abstract method to BaseIDevicePolicyManager"

parents 7664a7ae ba17bdff
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) {}
}