Skip to content

Plugin for Capacitor app on Android : check if the developer mode is enabled

Notifications You must be signed in to change notification settings

Guillaume-Lazaro/dev-options-checker

Repository files navigation

@capacitor-community/dev-options-checker

Check if the Android developer mode is enabled

Install

npm install @capacitor-community/dev-options-checker
npx cap sync

API

checkDevOptions()

checkDevOptions() => Promise<{ enabled: boolean; }>

Returns true if the developer mode is enabled on Android

Returns: Promise<{ enabled: boolean; }>


About

Plugin for Capacitor app on Android : check if the developer mode is enabled

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published