Re: [android-developers] LocationManager.requestLocationUpdates and PendingIntent

2013-10-03 Thread TreKing
On Thu, Oct 3, 2013 at 4:43 PM, Alex Belyaev wrote: > And why not? > "Why not?" is not really a good reason to do something. > ) In theory you can provide a unique action, so *LocationManager* can > simply broadcast location changes. > I don't follow what you're suggesting. > And yes, there

Re: [android-developers] LocationManager.requestLocationUpdates and PendingIntent

2013-10-03 Thread Alex Belyaev
And why not?) In theory you can provide a unique action, so *LocationManager * can simply broadcast location changes. And yes, there is a possibility, that someone can listen to this broadcast too and potentially abort them. So that is the reason why I am asking. пятница, 4 октября 2013 г., 0:

Re: [android-developers] LocationManager.requestLocationUpdates and PendingIntent

2013-10-03 Thread TreKing
On Tue, Oct 1, 2013 at 3:18 PM, Alex Belyaev wrote: > > I have a quick theoretical question: why * > LocationManager.requestLocationUpdates* method needs* PendingIntent *instead > of an action? > Well, what is your reasoning for why an Action would make sense here instead? --

[android-developers] LocationManager.requestLocationUpdates and PendingIntent

2013-10-01 Thread Alex Belyaev
Hello guys! I have a quick theoretical question: why * LocationManager.requestLocationUpdates* method needs* PendingIntent *instead of an action? Just for having a possibility to send location updates to the specified *UserHandle *or any other reasons? Thank you in advance. -- You received th

[android-developers] locationManager.requestLocationUpdates and 1.6

2009-12-10 Thread WoodManEXP
In Android 1.6 there are log messages being generated by GpsLocationProvider about exceeding MIN_FIX_COUNT and stopNavigating. There are some bug reports against 1.6 saying that the locationManager.requestLocationUpdates has a problem that causes it to hibernate at the incorrect times if an app re

[android-developers] LocationManager.requestLocationUpdates()

2009-12-05 Thread Mark Wyszomierski
Hi, Using LocationManager to get location updates: LocationManager.requestUpdates( String provider, long minTime, float minDistance, LocationListener listener); If our main UI thread registers the LocationListener, will it get blocked whenever the service is trying to get a