public class DeveloperModeDisabledCheck extends AbstractSecurityCheck
| Constructor and Description |
|---|
DeveloperModeDisabledCheck() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
execute(android.content.Context context)
Check if developer mode has been enabled in the device.
|
java.lang.String |
getName()
Gets the name of the check to be used for display purposes in reports.
|
testclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetIdprotected boolean execute(@NonNull
android.content.Context context)
execute in class AbstractSecurityCheckcontext - Context to be used by the checktrue if the developer options have not been enabled on the devicepublic java.lang.String getName()
SecurityCheckString name of the check