Creating a Main Activity which DOES NOT appear in the launcher list
问题 I'm looking for a way to have my app launch an activity when opened directly from the Android market, yet not maintain an activity in the launcher menu. I thought that by using the following settings, I would be able to achieve this: <activity android:name="com.package.test.MyActivity" android:label="@string/app_name"> <intent-filter> <action android:name="android.intent.action.MAIN" /> </intent-filter> </activity> However, it appears that with these settings the Activity seemingly doesn't