root-checker

Harshal Patil

Mobile Engineer
Software Engineer
Web Developer
Android Studio
Ionic
Xcode
SBI Life

root-checker

This plugin is used to detect whether a given device is rooted or not

Install

npm install root-checker npx cap sync

API

checkRoot()

checkRoot() => Promise<{ isRooted: boolean; }>
Get information about device root status
Returns: Promise<{ isRooted: boolean; }>
Since: 1.0.0

isDeveloperModeEnable()

isDeveloperModeEnable() => Promise<{ isEnabled: boolean; }>
Get whether developer mode is enabled on user device or not
Returns: Promise<{ isEnabled: boolean; }>
Since: 1.0.0

isEmulatorPresent()

isEmulatorPresent() => Promise<{ isEmulator: boolean; }>
Get whether the app is being run on an emulator or not
Returns: Promise<{ isEmulator: boolean; }>
Since: 1.0.0

getCpuArchitecture()

getCpuArchitecture() => Promise<{ cpuArch: string; }>
Get information about CPU architecture
Returns: Promise<{ cpuArch: string; }>
Since: 1.1.0

openDeveloperSetting()

openDeveloperSetting() => Promise<void>
Redirect to user's device's developer setting, usually to turn off developer mode
Since: 1.2.0
Partner With Harshal
View Services

More Projects by Harshal