A ajk Active Member Licensed User Longtime User Sep 4, 2012 #1 I have created service and it works ok (background FTP operations). Everything is OK Question: I can stop this service only with stopservice(servicename) call from my main app. How to stop this service with other app
I have created service and it works ok (background FTP operations). Everything is OK Question: I can stop this service only with stopservice(servicename) call from my main app. How to stop this service with other app
Erel B4X founder Staff member Licensed User Longtime User Sep 4, 2012 #2 You can send an intent to this service and then stop the service from Service_Start sub (based on a value in the intent). See this link: http://www.b4x.com/forum/basic4andr...rvice-sample-another-b4a-app-2.html#post87489 Upvote 0
You can send an intent to this service and then stop the service from Service_Start sub (based on a value in the intent). See this link: http://www.b4x.com/forum/basic4andr...rvice-sample-another-b4a-app-2.html#post87489