How to i make Greenrobot Eventbus
get register or running in the background with BroadcastReceiver
?
I try it but its only work when the Activity
or app is open when i close the app the Eventbus
is stop!
I use Greenrobot Eventbus to call method
on Activity
from BroadcastReceiver
.
Any suggest or better way to use other code?