Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以在 android 动态壁纸的设置中添加编辑文本框?如果是,那么如何在设置中设置它并检索它的值?
最后我得到了答案。很简单
<EditTextPreference android:title="@string/settings_name" android:summary="@string/settings_name_summary" android:key="fn_name"> </EditTextPreference>
这将在 lwp 的设置中给出编辑文本框 :)