1.0.1 • Published 5 months ago

@clappia/capacitor-system-settings v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

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


1.0.1

5 months ago

1.0.0

5 months ago

0.0.4

5 months ago

0.0.3

5 months ago

0.0.2

5 months ago

0.0.1

5 months ago