|
|
|
@ -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');
|
|
|
|
|