I'm doing testing with Google's location services sample, namely the geofence sample. https://github.com/android/location-samples/tree/master/Geofencing
As I understand it there should be a geofence event on location being turned off by the user so I can handle the status GEOFENCE_NOT_AVAILABLE but I'm not getting any event on location setting being turned off and I dont see any errors in general. How can i get an event when location is turned off