amansatija / android-protips-location

Automatically exported from code.google.com/p/android-protips-location
0 stars 0 forks source link

PassiveLocationChangedReceiver usage #19

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hello.

I am a new in android development.
Thank you for the article 
http://android-developers.blogspot.de/2011/06/deep-dive-into-location.html
I am not understand how to use PassiveLocationChangedReceiver.
I think that shoul be something like

PassiveLocationChangedReceiver lr = new PassiveLocationChangedReceiver();
IntentFilter ifilter = new IntentFilter(Intent. -=Some Intent Action=- );
var location = RegisterReceiver(lr, ifilter);

What Intent Action need to be used.
I am a Mono Android (Xamarin) developer.

Thank you.

Original issue reported on code.google.com by tambovch...@gmail.com on 15 Aug 2013 at 12:53