Implement very basic tests for the rest of device security checks. As we probably won't be able to test that the device is for example rooted/not rooted, we can at least verify that the check can be performed. So far only rooted check is implemented [1]. Implement the rest of checks [2]: * Developer Mode Detection * Debugger Detection * Emulator Detection * Device Lock Detection * App Data Backup Detection * Device Encryption Detection * Invoking Multiple Device Checks * Adding Custom Device Checks
This should cover part of this [ 3] test case.
[ 1] https://github.com/aerogear/aerogear-integration-tests/blob/master/test/security/index.js [2] http://docs.aerogear.org/aerogear/latest/device-security.html#performing-device-trust-checks-security [3] https://gitlab.cee.redhat.com/mobile/test-cases/blob/master/tests/SDK/device-security.md |
|