Implementing app lock

This commit is contained in:
Dilshan Edirisuriya 2015-05-11 14:57:33 +05:30
parent c070c0c599
commit 21b44f55d1

View File

@ -64,4 +64,5 @@ VALUES
('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'),
('ENTERPRISE_WIPE', 'ENTERPRISE_WIPE', 'Enterprise wipe operation');
('ENTERPRISE_WIPE', 'ENTERPRISE_WIPE', 'Enterprise wipe operation'),
('APP_LOCK', 'APP_LOCK', 'App lock operation');