Unity-Technologies / uaal-example

Other
733 stars 233 forks source link

Documentation error on removing duplicated Icon #69

Open Niter88 opened 2 years ago

Niter88 commented 2 years ago

The documentation 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

In case you are looking for the code line in ..., it is not present because it is a XML line and it is represented like that in gitHub. The line omitted is category android:name="android.intent.category.LAUNCHER" The documentation fix would be:

After installation there will be two icons added on the device. To leave only the icon of the main activity, remove category android:name="android.intent.category.LAUNCHER" from the AndroidManifest.xml in unityLibrary