Unity-Technologies / uaal-example

Other
750 stars 238 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 11 months ago

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

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