You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 [email protected] on 15 Aug 2013 at 12:53
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 15 Aug 2013 at 12:53The text was updated successfully, but these errors were encountered: