From 721bb5786c174a1024c4cd17688ea17bb949c404 Mon Sep 17 00:00:00 2001 From: Dulitha Wijewantha Date: Wed, 13 May 2015 20:40:37 +0530 Subject: [PATCH] * Changed the name of features --- .../dbscripts/plugins/h2_android.sql | 39 +++++++++---------- 1 file changed, 19 insertions(+), 20 deletions(-) diff --git a/features/device-mgt/org.wso2.carbon.device.mgt.mobile.feature/src/main/resources/dbscripts/plugins/h2_android.sql b/features/device-mgt/org.wso2.carbon.device.mgt.mobile.feature/src/main/resources/dbscripts/plugins/h2_android.sql index bd3011ca69..c9ea6f1b16 100644 --- a/features/device-mgt/org.wso2.carbon.device.mgt.mobile.feature/src/main/resources/dbscripts/plugins/h2_android.sql +++ b/features/device-mgt/org.wso2.carbon.device.mgt.mobile.feature/src/main/resources/dbscripts/plugins/h2_android.sql @@ -35,23 +35,22 @@ CREATE TABLE IF NOT EXISTS `AD_FEATURE` ( INSERT INTO AD_FEATURE (CODE, NAME, DESCRIPTION) VALUES -('DEVICE_LOCK', 'DEVICE_LOCK', 'Lock the device'), -('DEVICE_LOCATION', 'DEVICE_LOCATION', 'Request coordinates of device location'), -('WIFI', 'WIFI', 'Setting up wifi configuration'), -('CAMERA', 'CAMERA', 'Enable or disable camera'), -('EMAIL', 'EMAIL', 'Configure email settings'), -('DEVICE_MUTE', 'DEVICE_MUTE', 'Enable mute in the device'), -('PASSWORD_POLICY', 'PASSWORD_POLICY', 'Set up password policy'), -('DEVICE_INFO', 'DEVICE_INFO', 'Request device information'), -('ENTERPRISE_WIPE', 'ENTERPRISE_WIPE', 'Remove enterprise applications'), -('CLEAR_PASSWORD', 'CLEAR_PASSWORD', 'Clear current password'), -('WIPE_DATA', 'WIPE_DATA', 'Factory reset the device'), -('APPLICATION_LIST', 'APPLICATION_LIST', 'Request list of current installed applications'), -('CHANGE_LOCK_CODE', 'CHANGE_LOCK_CODE', 'Change current lock code'), -('INSTALL_APPLICATION', 'INSTALL_APPLICATION', 'Install Enterprise or Market application'), -('UNINSTALL_APPLICATION', 'UNINSTALL_APPLICATION', 'Uninstall application'), -('BLACKLIST_APPLICATIONS', 'BLACKLIST_APPLICATIONS', 'Blacklist applications'), -('ENCRYPT_STORAGE', 'ENCRYPT_STORAGE', 'Encrypt storage'), -('DEVICE_RING', 'DEVICE_RING', 'Ring the device'), -('PASSCODE_POLICY', 'PASSCODE_POLICY', 'Set passcode policy'), -('NOTIFICATION', 'NOTIFICATION', 'Send notification'); +('DEVICE_LOCK', 'Device Lock', 'Lock the device'), +('DEVICE_LOCATION', 'Location', 'Request coordinates of device location'), +('WIFI', 'Wifi', 'Setting up wifi configuration'), +('CAMERA', 'Camera', 'Enable or disable camera'), +('EMAIL', 'Email', 'Configure email settings'), +('DEVICE_MUTE', 'Mute', 'Enable mute in the device'), +('DEVICE_INFO', 'Device Info', 'Request device information'), +('ENTERPRISE_WIPE', 'Enterprise Wipe', 'Remove enterprise applications'), +('CLEAR_PASSWORD', 'Clear Password', 'Clear current password'), +('WIPE_DATA', 'Wipe Data', 'Factory reset the device'), +('APPLICATION_LIST', 'Application List', 'Request list of current installed applications'), +('CHANGE_LOCK_CODE', 'Change Lock-code', 'Change current lock code'), +('INSTALL_APPLICATION', 'Install App', 'Install Enterprise or Market application'), +('UNINSTALL_APPLICATION', 'Uninstall App', 'Uninstall application'), +('BLACKLIST_APPLICATIONS', 'Blacklist app', 'Blacklist applications'), +('ENCRYPT_STORAGE', 'Encrypt storage', 'Encrypt storage'), +('DEVICE_RING', 'Ring', 'Ring the device'), +('PASSCODE_POLICY', 'Password Policy', 'Set passcode policy'), +('NOTIFICATION', 'Message', 'Send message');