Android system preferences reading -


how can read system settings (settings title, summary, value title: "display brightness", summary "tune display brightness tuning", value = 230) system preference tree (if exist)?

or have create own preferences tree own summary , titles , read system value in method settings.system.getint(getcontentresolver(), settings.system.screen_brightness)?

the display names , descriptions of settings, used settings application, not part of android sdk.


Comments

Popular posts from this blog

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -