Skip to content

clappia-dev/capacitor-system-settings

Repository files navigation

@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 sync

API

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>


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published