public class EncryptionCheck extends AbstractSecurityCheck
| Constructor and Description |
|---|
EncryptionCheck() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
execute(android.content.Context context)
Check if a devices filesystem is encrypted
|
testclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetNameprotected boolean execute(@NonNull
android.content.Context context)
execute in class AbstractSecurityCheckcontext - Context to be used by the check.true if the encryption have been enabled on the device.