I have an application which launch automatically after the booting finished,but the application icon is displayed in the android emulator.Now i want to hide that icon from the u
"In your AndroidManifest.xml file you probably have a line that says
This line tells ANdroid that it "Should be displayed in the top-level launcher." Remove that line and you should be set.