|
|
@ -57,6 +57,11 @@ public class WindowsDeviceManagementService implements DeviceManagementService {
|
|
|
|
return null;
|
|
|
|
return null;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Override public void notifyOperationToDevices(Operation operation, List<DeviceIdentifier> deviceIdentifiers)
|
|
|
|
|
|
|
|
throws DeviceManagementException {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
@Override
|
|
|
|
@Override
|
|
|
|
public Application[] getApplications(String s, int i, int i2) throws ApplicationManagementException {
|
|
|
|
public Application[] getApplications(String s, int i, int i2) throws ApplicationManagementException {
|
|
|
|
return new Application[0];
|
|
|
|
return new Application[0];
|
|
|
|