I want to code android application without icon in the main menu of android, my application must start the activity one time after installing the application by using the run button, and then after the first time my application run a service for ever. So I have many ideas for doing this:
Start the service on application start and thin the service chick if this is the first start time, so my question how I can start the service without starting any activity?
run activity in the first time, this activity start the service and this end this activity, so my question how I can code the application with out icon in the main menu?
But don't till my do delete the <intent-filter>
or <category>
, because it does not work!!!!