New iOS script operation changes

revert-dabc3590
Dilshan Edirisuriya 10 years ago
parent 4a384498f2
commit 81786aee7f

@ -44,9 +44,23 @@ VALUES
('REMOVE_APPLICATION', 'REMOVE_APPLICATION', 'Application removal'), ('REMOVE_APPLICATION', 'REMOVE_APPLICATION', 'Application removal'),
('DEVICE_LOCK', 'DEVICE_LOCK', 'Lock device'), ('DEVICE_LOCK', 'DEVICE_LOCK', 'Lock device'),
('CELLULAR', 'CELLULAR', 'Cellular operation'), ('CELLULAR', 'CELLULAR', 'Cellular operation'),
('APN', 'APN', 'APN operation'),
('RESTRICTION', 'RESTRICTION', 'Restriction operation'), ('RESTRICTION', 'RESTRICTION', 'Restriction operation'),
('WIFI', 'WIFI', 'WIFI operation'), ('WIFI', 'WIFI', 'WIFI operation'),
('DEVICE_INFO', 'DEVICE_INFO', 'Device info operation'), ('DEVICE_INFO', 'DEVICE_INFO', 'Device info operation'),
('AIR_PLAY', 'AIR_PLAY', 'AirPlay operation'), ('AIR_PLAY', 'AIR_PLAY', 'AirPlay operation'),
('LOCATION', 'LOCATION', 'Fetch location'), ('LOCATION', 'LOCATION', 'Fetch location'),
('ALARM', 'ALARM', 'Alarm device'); ('ALARM', 'ALARM', 'Alarm device'),
('APPLICATION_LIST', 'APPLICATION_LIST', 'Application list'),
('PROFILE_LIST', 'PROFILE_LIST', 'Profile list'),
('REMOVE_PROFILE', 'REMOVE_PROFILE', 'Remove profile'),
('CLEAR_PASSCODE', 'CLEAR_PASSCODE', 'Clear passcode'),
('CALDAV', 'CALDAV', 'CalDav'),
('CALENDAR_SUBSCRIPTION', 'CALENDAR_SUBSCRIPTION', 'Calendar subscription'),
('PASSCODE_POLICY', 'PASSCODE_POLICY', 'Passcode policy'),
('EMAIL', 'EMAIL', 'Email operation'),
('LDAP', 'LDAP', 'LDAP operation'),
('WEB_CLIP', 'WEB_CLIP', 'Web clip operation'),
('VPN', 'VPN', 'VPN operation'),
('PER_APP_VPN', 'PER_APP_VPN', 'Per app VPN operation'),
('APP_TO_PER_APP_VPN_MAPPING', 'APP_TO_PER_APP_VPN_MAPPING', 'App to per app VPN mapping operation');

Loading…
Cancel
Save