activate method

  1. @protected
  2. @mustCallSuper
void activate()

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() {}