开发者

Android system preferences reading

How can I to read system settings (settings title, summary, value like Title: "Display brightness", summary "tune display brightness tuning", value = 230) from system preference tree (if it is exist)?

Or I have to create own preferences tree with own summary and titles and read system value in it with method Settings.System.getInt(getContentResolver(), Settings.Sy开发者_开发百科stem.SCREEN_BRIGHTNESS)?


The display names and descriptions of the settings, as used by the Settings application, are not part of the Android SDK.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜