@gws20/capacitor-developer-options
v6.0.9
Published
A Capacitor plugin to check if Developer Options are enabled on Android devices.
Readme
@gws20/capacitor-developer-options
A Capacitor plugin to check if Developer Options are enabled on Android devices.
Install
npm install @gws20/capacitor-developer-options
npx cap syncAPI
isDeveloperOptionsEnabled()
isDeveloperOptionsEnabled() => Promise<{ enabled: boolean; }>Returns: Promise<{ enabled: boolean; }>
