setParameters Method
The setParameters method is is not required to do anything. This function is called with the Android Activity object, so that the provider can show UI if it needs to.
Syntax
void setParameters(Map params)
Parameters
- params A map of parameters that may be used or ignored as needed by the provider.
Returns
None.