I\'ve an application which aims to run only as a service (no interface, just run in background). I have no activity mentioned in my AndroidManifest.xml but put a receiver to
Option 1: Add a dummy activity that will start your service. Remove it before shipping.
Option 2: Create a second test application that starts your service.