Here's my code below. The first bit of code is for my activity. I put a click listener on a button in that activity that starts my service. Right now, I just want to see that I can recieve strings from that service so here is my code trying to do that. I put a "hello world" broadcast in the oncreate of the service to test. Can anyone spot the issue? The service code is below the activity code.Here's my code below. The first bit of code is