when I end application with End Button at task manager , my service stops with this ,
my service process uses the same activity process and I do not want to use service in other process .
is there any way when user stop activity , it do not closes service with that ?
when I end application with End Button at task manager , my service stops
Share
Create a new app with your service. Start this service from an activity which is another app. So the activity and service are in two different apps, so if you stop activity app which won’t affect service app.