An open API service indexing awesome lists of open source software.

https://github.com/m1ga/ti.rootcheck

Root check module for Titanium
https://github.com/m1ga/ti.rootcheck

android ios titanium-module

Last synced: about 1 year ago
JSON representation

Root check module for Titanium

Awesome Lists containing this project

README

          

# Root check module for Titanium

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

```js
import TiRootCheck from 'ti.rootcheck';
if (OS_ANDROID) {
console.log(rootCheck.isRooted());
} else {
console.log(rootCheck.isRooted);
}
```

## License

MIT

## Author

* Android: Michael Gangolf
* iOS: [Hans Knöchel](https://github.com/hansemannn)