Unity-Technologies / uaal-example

Other
736 stars 234 forks source link

Remove the second icon #35

Closed HappyOwca closed 3 years ago

HappyOwca commented 3 years ago

The read.me says After installation there will be two icons added on the device. To leave only the icon of the main activity, remove ... from the AndroidManifest.xml in unityLibrary

What do the "..." mean exactly?

KensonTsang commented 3 years ago

comment line 8 (category android:name="android.intent.category.LAUNCHER" /)from unityLibrary/manifests/AndroidManifest.xml

Screenshot 2020-11-30 at 5 43 05 PM
HappyOwca commented 3 years ago

@KensonTsang I managed to find it on my own, but thanks anyway. Someone should update the readme.