analyze

open suspend override fun analyze(context: Context): Double

Determines if the device has been tampered with by checking for suspicious files.

This method searches for any of the filenames returned by getFilenames across all known system paths. If any suspicious file is found, the device is considered to be tampered with.

Return

A confidence score where: - 1.0 indicates suspicious files were detected - 0.0 indicates no suspicious files were found

Parameters

context

The Android context (not used in this implementation but required by interface)