我有一个Android应用程序,它有一个Fragment和preferences.xml。我很难从preferences.xml中的菜单项中打开片段。
以下是相关位:
的preferences.xml
<PreferenceScreen
android:key="pref_mypref"
android:title="My Pref"
android:persistent="false"
android:fragment="com.mypackage.MyFragment">
</PreferenceScreen>
是否可以从这样的首选项屏幕项打开片段?