Crud Suni - I accidentally left an error call (from when I was testing
out the weirdness of service creation the 'wrong' way) in the
"StartService" method in the Service Monitor class...

Right below the comment "//Attempt to start the service" there's a
call:

startService( new Intent( this, TestService.class ) );

THAT is not supposed to be there because it is started properly right
below it using the TEST_SERVICE name.

Sincerest apologies, I was using the other line to trace behavior when
it was created 'incorrect' (although the framework didn't complain.)
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to