Install APP service

This commit is contained in:
manoj 2015-05-18 02:52:38 +05:30
parent 94fbb56f06
commit 2d5d0bb4f8

View File

@ -79,7 +79,7 @@ public class TestDeviceManager implements DeviceMgtService {
}
@Override
public boolean updateDeviceInfo(Device device, sList<Application> applicationList) throws DeviceManagementException {
public boolean updateDeviceInfo(Device device, List<Application> applicationList) throws DeviceManagementException {
return false;
}