-
Notifications
You must be signed in to change notification settings - Fork 6
Requiring Encryption
mnipper edited this page Feb 11, 2014
·
2 revisions
It is possible to require encryption on the device in order for the application to open. To do so, set REQUIRE_SECURITY_CHECKS to true in AdminUtil. Additional security checks may also be added to the runSecurityChecks method in AdminUtil. This method should return true only if the application should be allowed to continue to run. Additional security checks and implementation details can be found in the DevicePolicyManager documentation