Open ladylucifer1 opened 11 months ago
After building apk got two icons of Native app. One icon launches native app and another unity. Is it possible to merge them to get one app installation after installing apk?
Comment out the .Launcher section in the Unity Library manifest like so: <!--
<action android:name="android.intent.action.MAIN" />
</intent-filter>-->
This will prevent the second app from appearing.
After building apk got two icons of Native app. One icon launches native app and another unity. Is it possible to merge them to get one app installation after installing apk?