Hi i am using
StartActivity(Phone3.Call("123"))
To call directly someone.
This work fine under Main or Even Service.
The only problem is when i do it under Service, this is causing service stopped!
There is a way to prevent this? I want service resume and do his job and don't be stopped when StartActivity is called.
This is done under:
Sub JobDone (Job As HttpJob)
End Sub.
Thanks u.
StartActivity(Phone3.Call("123"))
To call directly someone.
This work fine under Main or Even Service.
The only problem is when i do it under Service, this is causing service stopped!
There is a way to prevent this? I want service resume and do his job and don't be stopped when StartActivity is called.
This is done under:
Sub JobDone (Job As HttpJob)
End Sub.
Thanks u.