You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
The documentation says:
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:
The text was updated successfully, but these errors were encountered: