Android Remote Service Keeps Restarting
- by user244190
Ok so I've built an app that uses a remote service to do some real time GPS tracking. I am using the below code to start and bind to the service.
The remote service uses aidl, sets up a notification icon, runs the GPS and locationListener. In onLocationChanged, a handler sends data back to the caller via the callback. Pretty much straight out of…