mirror of
https://github.com/shuto-cn/cordova-plugin-root-detection.git
synced 2026-04-19 00:01:31 +08:00
init commit
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
var exec = require('cordova/exec');
|
||||
|
||||
exports.isDeviceRooted = function(arg0, success, error) {
|
||||
exec(success, error, "RootDetection", "isDeviceRooted", [arg0]);
|
||||
};
|
||||
Reference in New Issue
Block a user