When I run the GPS example program when the program closes the the 'Location' icon in the notification bar goes away. When I run the GPS as a service in my app the icon remains even after I Stop GPS in the Service_Destroy event. It even remains when you close the activity. All I want to do is get the speed periodically (every 1-5 minutes). After that I want it gone completely. I am using a separate sticky service to start the GPS service. Thanks in advance for any help. I have enclosed an example program.