Android Question CallSubDelayed doesn't start activity

Nataly

Member
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
 
Top