stop service created by other application

ajk

Active Member
Licensed User
Longtime User
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
 
Top