Unity-Technologies / uaal-example

Other
733 stars 233 forks source link

Get two apps on screen after building example. Is it possible to merge manifests to get one app? #96

Open ladylucifer1 opened 8 months ago

ladylucifer1 commented 8 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?

JonFaull commented 7 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.