- 09 Jan 2025
- 1 Minute à lire
- SombreLumière
- PDF
checkRootingDeepScan
- Mis à jour le 09 Jan 2025
- 1 Minute à lire
- SombreLumière
- PDF
Performs additional scanning of executable files to look for potential root shells. This scan can potentially detect more threats, but there is also a risk of false positives. The app will consume more battery, and will take longer to launch.
This option enables the FILESYSTEM_SCANNING callback, but this can take anywhere from a few seconds to multiple minutes, depending on the device. See List of callback types: CallbackType enum for more information on FILESYSTEM_SCANNING.
Enabling this option is only recommended for fraud-detection or reporting via callback rather than for strict enforcement of root detection (exitOnRooting).
This option is known to cause false positives on some devices due to anomalies on the device introduced by device vendors.
This option is also known to emergency reboot older devices where the battery cannot provide enough power for the duration of the scanning operation. Because of this, the option has been limited to devices running Android 4.2 (API level 17) and above.
Type: boolean
Default Value: false
Multiple allowed: No
Required: No
Depends on: checkRooting