@legendarythedev/dev-options-checker
v0.0.4
Published
Check if the Android developer mode is enabled
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 syncAPI
checkDevOptions()
checkDevOptions() => Promise<{ enabled: boolean; }>Returns true if the developer mode is enabled on Android
Returns: Promise<{ enabled: boolean; }>
