root-checker
TypeScript icon, indicating that this package has built-in type declarations

1.2.1 • Public • Published

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


Readme

Keywords

Package Sidebar

Install

npm i root-checker

Weekly Downloads

4

Version

1.2.1

License

MIT

Unpacked Size

23.7 kB

Total Files

25

Last publish

Collaborators

  • harshalcode