Closed GoogleCodeExporter closed 9 years ago
This patch should be applied against f85cab690aa8 - Cheers, Matt
Original comment by matt.ad...@radicaldynamic.com
on 7 Jun 2011 at 7:36
Original comment by wbrune...@gmail.com
on 7 Jun 2011 at 9:45
Actually, the second request does not override the first. "You can also
request location updates from both the GPS and the Network Location Provider by
calling requestLocationUpdates() twice—once for NETWORK_PROVIDER and once for
GPS_PROVIDER."
From:
http://developer.android.com/guide/topics/location/obtaining-user-location.html
There was another issue in both geo-activities that if either provider was
disabled, then neither would get used. I fixed the activities so that none,
either, or both of GPS and Network are used depending on what the user has
selected in their phone's location settings.
Original comment by carlhart...@gmail.com
on 10 Jun 2011 at 3:26
Original issue reported on code.google.com by
matt.ad...@radicaldynamic.com
on 7 Jun 2011 at 7:36Attachments: