stop service

  1. rleiman

    Android Question Stopping a service that's rescheduled to restart

    Hi Everyone, I'm calling a service from an activity. That activity has a button to start the service and another button to stop it. In the called service I'm using SetExactAndAllowWhileIdle to reschedule the service so it continues to run. Same thing happens when using StartServiceAtExact from...
Top