public class AllowBackupFlagCheck extends AbstractSecurityCheck
| Constructor and Description |
|---|
AllowBackupFlagCheck() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
execute(android.content.Context context)
Check whether the allowBackup flag is enabled.
|
testclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetNamepublic boolean execute(@NonNull
android.content.Context context)
execute in class AbstractSecurityCheckcontext - Context to be used by the check.java.lang.IllegalStateException - Will be thrown if package information can not be found.