Two launcher icons appear even though I only have one launcher entry in the manifests merged or not. Can there be another source for this to happen? Here is the launcher activity in the manifest.
<activity
android:name=".first_layer.MainActivity"
android:exported="true">
<meta-data
android:name="android.app.lib_name"
android:value="" />
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
So my question is, could there be somewhere else, that is causing this reaction.