Loading
Accept any kind of Context
There is no need to keep track of the top most `Activity` anymore, since we can just use any `Context` to start a new `Activity`. So we do not have to implement the `ActivityLifecycleCallbacks` and can drop the expectation of specific `Context` implementations (`Service`, `Activity` or `Application`).
Signed-off-by:
Elv1zz <elv1zz.git@gmail.com>