capacitor-plugin-developer-options
v0.0.5
Published
Capacitor Plugin to check and open developer options
Downloads
1,260
Readme
capacitor-plugin-developer-options
Capacitor Plugin to check and open developer options
Install
npm install capacitor-plugin-developer-options
npx cap sync
API
isDevelopmentSettingsEnabled()
isDevelopmentSettingsEnabled() => Promise<{ value: boolean; }>
Returns: Promise<{ value: boolean; }>
openDeveloperOptions()
openDeveloperOptions() => Promise<void>