As long as you unregister when the service gets destroyed or stopped you're good. If you don't you'll leak the register.
Goncalo Oliveira Sent from my Windows Phone From: Stephan Steiner Sent: 18-09-2012 19:22 To: [email protected] Subject: Re: [mono-android] Intentfilter & register for intents One thing though about the service approach - how to unregister? Suppose you're not the one stopping your service (since Google doesn't want us to exit from an app and all) - wouldn't the OS killing the service (since you don't get informed about this), still lead to your broadcast receivers receiving intents? Stephan -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Intentfilter-register-for-intents-tp5711862p5711869.html Sent from the Mono for Android mailing list archive at Nabble.com. _______________________________________________ Monodroid mailing list [email protected] UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid _______________________________________________ Monodroid mailing list [email protected] UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid
