* Changed the name of features

revert-dabc3590
Dulitha Wijewantha 10 years ago
parent cc26e2102d
commit 721bb5786c

@ -35,23 +35,22 @@ CREATE TABLE IF NOT EXISTS `AD_FEATURE` (
INSERT INTO AD_FEATURE (CODE, NAME, DESCRIPTION) INSERT INTO AD_FEATURE (CODE, NAME, DESCRIPTION)
VALUES VALUES
('DEVICE_LOCK', 'DEVICE_LOCK', 'Lock the device'), ('DEVICE_LOCK', 'Device Lock', 'Lock the device'),
('DEVICE_LOCATION', 'DEVICE_LOCATION', 'Request coordinates of device location'), ('DEVICE_LOCATION', 'Location', 'Request coordinates of device location'),
('WIFI', 'WIFI', 'Setting up wifi configuration'), ('WIFI', 'Wifi', 'Setting up wifi configuration'),
('CAMERA', 'CAMERA', 'Enable or disable camera'), ('CAMERA', 'Camera', 'Enable or disable camera'),
('EMAIL', 'EMAIL', 'Configure email settings'), ('EMAIL', 'Email', 'Configure email settings'),
('DEVICE_MUTE', 'DEVICE_MUTE', 'Enable mute in the device'), ('DEVICE_MUTE', 'Mute', 'Enable mute in the device'),
('PASSWORD_POLICY', 'PASSWORD_POLICY', 'Set up password policy'), ('DEVICE_INFO', 'Device Info', 'Request device information'),
('DEVICE_INFO', 'DEVICE_INFO', 'Request device information'), ('ENTERPRISE_WIPE', 'Enterprise Wipe', 'Remove enterprise applications'),
('ENTERPRISE_WIPE', 'ENTERPRISE_WIPE', 'Remove enterprise applications'), ('CLEAR_PASSWORD', 'Clear Password', 'Clear current password'),
('CLEAR_PASSWORD', 'CLEAR_PASSWORD', 'Clear current password'), ('WIPE_DATA', 'Wipe Data', 'Factory reset the device'),
('WIPE_DATA', 'WIPE_DATA', 'Factory reset the device'), ('APPLICATION_LIST', 'Application List', 'Request list of current installed applications'),
('APPLICATION_LIST', 'APPLICATION_LIST', 'Request list of current installed applications'), ('CHANGE_LOCK_CODE', 'Change Lock-code', 'Change current lock code'),
('CHANGE_LOCK_CODE', 'CHANGE_LOCK_CODE', 'Change current lock code'), ('INSTALL_APPLICATION', 'Install App', 'Install Enterprise or Market application'),
('INSTALL_APPLICATION', 'INSTALL_APPLICATION', 'Install Enterprise or Market application'), ('UNINSTALL_APPLICATION', 'Uninstall App', 'Uninstall application'),
('UNINSTALL_APPLICATION', 'UNINSTALL_APPLICATION', 'Uninstall application'), ('BLACKLIST_APPLICATIONS', 'Blacklist app', 'Blacklist applications'),
('BLACKLIST_APPLICATIONS', 'BLACKLIST_APPLICATIONS', 'Blacklist applications'), ('ENCRYPT_STORAGE', 'Encrypt storage', 'Encrypt storage'),
('ENCRYPT_STORAGE', 'ENCRYPT_STORAGE', 'Encrypt storage'), ('DEVICE_RING', 'Ring', 'Ring the device'),
('DEVICE_RING', 'DEVICE_RING', 'Ring the device'), ('PASSCODE_POLICY', 'Password Policy', 'Set passcode policy'),
('PASSCODE_POLICY', 'PASSCODE_POLICY', 'Set passcode policy'), ('NOTIFICATION', 'Message', 'Send message');
('NOTIFICATION', 'NOTIFICATION', 'Send notification');

Loading…
Cancel
Save