UNPKG

cordova-plugin-rootguard

Version:

Cordova plugin for detecting root access and Frida-based root bypass attempts.

10 lines (7 loc) 213 B
/* global cordova, module */ var RootGuard = { checkSecurity: function(success, error) { cordova.exec(success, error, "RootGuard", "checkSecurity", []); } }; module.exports = RootGuard;