UNPKG

cordova-plugin-root-detection

Version:

Cordova Plugin for detecting if the device running the app is rooted.

6 lines (4 loc) 157 B
var exec = require('cordova/exec'); exports.isDeviceRooted = function(success, error) { exec(success, error, "RootDetection", "isDeviceRooted", []); };