SimpleSummaryProvider
A simple androidx.preference.Preference.SummaryProvider implementation for an EditTextPreference. If no value has been set, the summary displayed will be 'Not set', otherwise the summary displayed will be the value set for this preference.
Functions
Link copied to clipboard
Retrieve a singleton instance of this simple androidx.preference.Preference.SummaryProvider implementation.
Link copied to clipboard
Called whenever getSummary is called on this preference.