When i check
boolean networkReady=manager.isProviderEnabled(LocationManager.NETWORK_PROVIDER);
i get true on some Samsung phones, eventhough the wireless location is not allowed in settings.
Is there any other way to check this setting and to get the correct value on all phones?
Attached below some nice network util functions I’ve been using across my apps, all works like a charm!
and for location polling, definitely -> https://github.com/commonsguy/cwac-locpoll
hope this helps…