0.0.4 • Published 2 years ago
@legendarythedev/dev-options-checker v0.0.4
@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; }>