Hi,
It seems like a rather stupid question but I want to start one of my services created by B4A from another project created with B4A.
I use this right now:
Dim i As Intent
i.Initialize("", "")
i.SetComponent("<package>/.testservice")
StartService(i)
Does not seem to work because the service does not start (have a toastmessage when it starts).
It seems like a rather stupid question but I want to start one of my services created by B4A from another project created with B4A.
I use this right now:
Dim i As Intent
i.Initialize("", "")
i.SetComponent("<package>/.testservice")
StartService(i)
Does not seem to work because the service does not start (have a toastmessage when it starts).