Package-level declarations
Types
Provider interface for Android Build SDK version information.
Provider interface for accessing Android build tags.
Pre-configured tamper detector that checks Android build tags for signs of tampering.
Pre-configured tamper detector that identifies device rooting by checking for the BusyBox program file.
Abstract base class for detecting device tampering by checking for the presence of specific commands.
Pre-configured tamper detector that checks for dangerous Android system properties.
Default implementation of AndroidBuildSdkProvider that returns the actual device SDK version.
Default implementation of AndroidBuildTagProvider that returns the actual build tags.
Abstract base class for detecting device tampering by checking for the presence of specific files.
Interface for detectors that require logging capability.
Native JNI-based detector for identifying device tampering through file system checks.
Abstract base class for detecting device tampering by checking for the presence of specific installed packages.
Tamper detector that identifies device compromise by examining filesystem mount permissions.
Tamper detector that identifies device rooting by checking for root management APK files.
Pre-configured tamper detector that identifies device rooting by checking for known root management applications.
Pre-configured tamper detector that identifies device compromise by checking for root cloaking applications.
Pre-configured tamper detector that identifies device rooting by checking for root program files.
Pre-configured tamper detector that identifies device compromise by checking for applications that require root access.
Pre-configured tamper detector that identifies device rooting by checking for the su command.
Abstract base class for detecting device tampering by examining Android system properties.
Interface for detecting device tampering conditions such as rooting, jailbreaking, or other security compromises.
Functions
Factory function for creating TamperDetector instances with custom detection logic.