public interface PreferenceKeyModificator
Preference
instances.| Modifier and Type | Field and Description |
|---|---|
static PreferenceKeyModificator |
EMPTY
Implementation of
PreferenceKeyModificator that does not modify key of any preference
passed to modifyKey(Preference). |
| Modifier and Type | Method and Description |
|---|---|
boolean |
modifyKey(android.preference.Preference preference)
Modifies a key of the specified preference according to implementation of this modificator.
|
static final PreferenceKeyModificator EMPTY
PreferenceKeyModificator that does not modify key of any preference
passed to modifyKey(Preference).boolean modifyKey(android.preference.Preference preference)
preference - The preference of which key value to modify.True if key of the preference has been modified, false otherwise.