PreferenceScreen
A top-level container that represents a settings screen. This is the root component of your Preference hierarchy. A PreferenceFragmentCompat points to an instance of this class to show the preferences. To instantiate this class, use createPreferenceScreen.
Constructors
Link copied to clipboard
Do NOT use this constructor, use createPreferenceScreen.
Functions
Link copied to clipboard
Set whether the adapter created for this screen should attempt to use the preference IDs generated by addPreference as stable item IDs.
Link copied to clipboard