removePreferenceRecursively

Recursively finds and removes a Preference from this group or a nested group lower down in the hierarchy. If two Preferences share the same key (not recommended), the first to appear will be removed.

Return

Whether the preference was found and removed

Parameters

key

The key of the preference to remove

See also