Removes the value, if found
Syntax
void remove(
java.lang.String ,
java.lang.String
)
|
Parameters
- category
- used as a namespace for the keys. It is suggested, but not enforced, that each app will use its own category.Must not be null
- key
- arbitrary string indicating applicative key. Must not be null
See Also