I always try and assume it's my fault<http://www.codinghorror.com/blog/2008/03/the-first-rule-of-programming-its-always-your-fault.html>first, but I am completely without any idea as to how my code is causing the issue after spending q good chunk of effort searching. If I can fix this in my code I will; I hope it's mine because there is a 100% chance that I will fix it against a much smaller chance that the Android team will get to it.
I completely agree that I shouldn't need the service for this. I had no choice though, so I did it the only way that I could get it to work. My issue is that it stopped working on 2.3 with zero changes on my end. This means I will have to add *another* workaround (the startForeground one) so that 2.3 users can at least have a functioning app. This is also pretty terrible as it means I need to show an annoying notification icon at all times. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

