Page 1 of 1

In a class PreferenceFragmentCompat. What method is called during onCreate(Bundle) to supply the preferences for this fr

Posted: Mon Aug 01, 2022 9:41 am
by answerhappygod
In a class PreferenceFragmentCompat. What method is called during onCreate(Bundle) to supply the preferences for this fragment. And where subclasses are expected to call setPreferenceScreen(PreferenceScreen) either directly or via helper methods such as addPreferencesFromResource(int)?

A. onCreateLayoutManager
B. onCreatePreferences
C. onCreateRecyclerView
D. onCreateView