I am using a service to track the location of the users device, they are able to toggle the service to begin tracking whenever they wish and they can toggle it off when they are done tracking.
My problem is, onProviderDisabled gets fired when the GPS is disabled, onProviderEnabled doesn't get called when the GPS is enabled again which causes me problems as I need it to switch back over to GPS when it becomes available.
Is this a known issue? Are there any workarounds?