开发者

Adding settings to Settings

开发者 https://www.devze.com 2023-01-01 02:52 出处:网络
The开发者_运维问答 application I am developing is in large parts a background-only Service BUT requires some settings that the user must add. Is there a way to integrate applications with the common S

The开发者_运维问答 application I am developing is in large parts a background-only Service BUT requires some settings that the user must add. Is there a way to integrate applications with the common Settings application/view/activity?


Is there a way to integrate applications with the common Settings application/view/activity?

Only by modifying the firmware. Android does not support SDK applications defining or adding global preferences.

You can use the same look and feel for your own settings activity by use of PreferenceActivity and preference XML files. But you will then still need to have that activity appear in the Launcher.

0

精彩评论

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