I'm running an IntentService which has a SensorListener running. It seems impossible to stop the service from another activity within the app.
Is there anyway at all to stop an IntentService from outside the service?
Also, since the Listener is the only thing that is running (keeping the app from stopping), is it possible to unregister the Listener from another activity?
Thanks!