From 9ef3aea603459b6acfd4b15ac30e4fccf38b2203 Mon Sep 17 00:00:00 2001 From: hasuniea Date: Tue, 17 Nov 2015 20:39:06 +0530 Subject: [PATCH] refactored device info --- .../mgt/mobile/impl/windows/util/WindowsPluginConstants.java | 1 + 1 file changed, 1 insertion(+) diff --git a/components/device-mgt/org.wso2.carbon.device.mgt.mobile.impl/src/main/java/org/wso2/carbon/device/mgt/mobile/impl/windows/util/WindowsPluginConstants.java b/components/device-mgt/org.wso2.carbon.device.mgt.mobile.impl/src/main/java/org/wso2/carbon/device/mgt/mobile/impl/windows/util/WindowsPluginConstants.java index edae380d4..6e93b4f38 100644 --- a/components/device-mgt/org.wso2.carbon.device.mgt.mobile.impl/src/main/java/org/wso2/carbon/device/mgt/mobile/impl/windows/util/WindowsPluginConstants.java +++ b/components/device-mgt/org.wso2.carbon.device.mgt.mobile.impl/src/main/java/org/wso2/carbon/device/mgt/mobile/impl/windows/util/WindowsPluginConstants.java @@ -37,6 +37,7 @@ public class WindowsPluginConstants { public static final String SERIAL = "SERIAL"; public static final String MAC_ADDRESS = "MAC_ADDRESS"; public static final String DEVICE_NAME = "DEVICE_NAME"; + public static final String RESOLUTION = "RESOLUTION"; //Properties related to WIN_FEATURE table public static final String WINDOWS_FEATURE_ID = "ID";