Add empty abstract method to BaseIDevicePolicyManager
Bug: 143179037 Test: build Change-Id: I02192480491cb496ec5602cac109d8f09969b28f
This commit is contained in:
@@ -62,4 +62,6 @@ abstract class BaseIDevicePolicyManager extends IDevicePolicyManager.Stub {
|
||||
String packageName, boolean hasGrant) {
|
||||
return false;
|
||||
}
|
||||
|
||||
public void setLocationEnabled(ComponentName who, boolean locationEnabled) {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user