In fused location provider, is there any way to detect when user has turned on or off device location?
I need to get notified in the background service of my app. The service is always running and should come to know when user turns on or off device location.
There is onLocationChanged
callback but it never gets called in this case.
Update: After going through comments I checked this answer however it only tells in change in location provider. And not if location has been turned on or off.
Thank you.