我正在使用以前解决方案中的自定义 IconPreferenceScreen How to add icons to Preference 以获取首选项中的图标,但现在我想在该元素中设置一个子屏幕,例如,来自preferences.xml
<PreferenceScreen>
<org.mypackage.IconPreferenceScreen
android:title="IconPreferenceScreen Title"
android:summary="IconPreferenceScreen Summary"
android:key="key1"
<intent>
<PreferenceScreen
android:key="sub1"
android:title="sub"
android:persistent="false"/>
<intent />
/>
</PreferenceScreen>
我知道在上面的意图中必须有一些动作,我只想显示我想要的意图,无论是来自 xml 还是以编程方式。请注意,我既不想拥有单独的 PreferenceActivity 类,也不想拥有preferences.xml