Your manifest file should only have this line in the activity you want to have an icon:
<category android:name="android.intent.category.MAIN" />
Based on your description, it sounds like both activities have this line.
Your manifest file should only have this line in the activity you want to have an icon:
<category android:name="android.intent.category.MAIN" />
Based on your description, it sounds like both activities have this line.