As far as I know CallSubDelayed should start the target module. In my case it doesn't. Does using callsubdelayed behaves differently when used inside a service?
B4X:
If IsPaused(activity)=true Then
CallSubDelayed2(activity, "param", "value")
End If
This is a question from the old days when developers needed to waste their time on the complex life cycle of activities. Why waste your time on this???