com.cprot.ead 1.0.5518 → 1.0.5683
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/android/build.gradle
CHANGED
|
@@ -300,6 +300,10 @@ class CProtEadModuleModule(reactContext: ReactApplicationContext) :
|
|
|
300
300
|
sendLogEvent("Integrity check success: $b")
|
|
301
301
|
}
|
|
302
302
|
|
|
303
|
+
override fun onKeyloggersDetected(p0: ArrayList<String>) {
|
|
304
|
+
sendLogEvent("Keyloggers detected: $p0")
|
|
305
|
+
}
|
|
306
|
+
|
|
303
307
|
override fun onRootedDeviceDetected(value: Boolean) {
|
|
304
308
|
sendLogEvent("Rooted device detected: $value")
|
|
305
309
|
}
|