@clappia/capacitor-system-settings
v1.0.1
Published
Capacitor plugin to access the attributes of Developer Options
Downloads
19
Readme
@clappia-dev/capacitor-system-settings
Capacitor plugin to access the attributes of Developer Options (Android only)
Install
npm install @clappia/capacitor-system-settings
npx cap syncAPI
getDeveloperOptions()
getDeveloperOptions() => Promise<any>Returns a map { developerOptionsEnabled: boolean } indicating whether the developer options are enabled. In future, this will return more attributes related to the system settings.
Returns: Promise<any>
