findPreference

Finds a Preference with the given key. Returns null if no Preference could be found with the given key.

Return

The Preference with the key, or null

Parameters

key

The key of the Preference to retrieve

See also