analyze

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

Determines if the device has been tampered with by checking for root-dependent applications.

This method uses the parent implementation to check if any of the applications that require root access are installed on the device.

Return

true if any root-dependent applications are detected, false otherwise

Parameters

context

The Android context used for package detection