activate method
Called when this client manager is being (re-)activated by the OS.
Implementations of this method should start with a call to the inherited
method, as in super.activate()
.
Implementation
@protected
@mustCallSuper
void activate() {}