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.
在没有 PreferenceActivity 的情况下单击按钮时如何创建 ListPreference ?
ListPreference只能由 使用PreferenceActivity。ListView在常规中使用 a Activity。
ListPreference
PreferenceActivity
ListView
Activity