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<{ developerOptionsEnabled: boolean; }>

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<{ developerOptionsEnabled: boolean; }>


getNumberFormatInfo()

getNumberFormatInfo() => Promise<NumberFormatInfo>

Returns number format information including decimal and grouping separators.

Returns: Promise<NumberFormatInfo>


Interfaces

NumberFormatInfo

Prop Type
decimalSeparator string
groupingSeparator string

About

No description, website, or topics provided.

Resources

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •