I would like to know if it is possible to use RoboSpice in a BroadcastReceiver and, if it is, how should I handle the lifecycle ?
Right now I am just calling spiceManager.start(context)
in the onReceive(Context, Intent)
method, but the service in never stop.
Gaëtan