mirror of
https://repository.entgra.net/community/device-mgt-plugins.git
synced 2025-09-16 23:42:15 +00:00
Windows issue
This commit is contained in:
parent
fd82cfcddd
commit
5062a8dfae
@ -322,7 +322,7 @@ public class SyncmlServiceImpl implements SyncmlService {
|
|||||||
|
|
||||||
Device.Property resolutionProperty = new Device.Property();
|
Device.Property resolutionProperty = new Device.Property();
|
||||||
resolutionProperty.setName(PluginConstants.SyncML.DEVICE_INFO);
|
resolutionProperty.setName(PluginConstants.SyncML.DEVICE_INFO);
|
||||||
resolutionProperty.setValue(resolution);
|
resolutionProperty.setValue("null");
|
||||||
existingProperties.add(resolutionProperty);
|
existingProperties.add(resolutionProperty);
|
||||||
|
|
||||||
Device.Property deviceNameProperty = new Device.Property();
|
Device.Property deviceNameProperty = new Device.Property();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user