Is there any way to hide an application icon from Android applications list ? The application should be downloaded from Market and opened some GUI for configuring my application
Removing the launcher category is correct.
Try adding android.intent.category.DEFAULT to the intent filter to be able to call the activity.