My application has one activity which starts two services but does not bind them. If I select return button to exit application (I cannot see it in task manager), both of th
That is the intended behavior of Task Managers (and force stop in ManageApplication). What good would stopping an application do if it left running the background work that the application was doing?
There is no way for you to prevent the user from killing your service on a stock version of Android OS