/ti.rootcheck

Primary LanguageJavaOtherNOASSERTION

Root check module for Titanium

Simple way to check for root on your device. Uses https://github.com/scottyab/rootbeer

var rootCheck = require('ti.rootcheck');
console.log(rootCheck.root);