@legendarythedev/dev-options-checker
v0.0.4
Published
Check if the Android developer mode is enabled
Downloads
3
Maintainers
Readme
@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; }>