Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation error on removing duplicated Icon #69

Open
Niter88 opened this issue Jul 14, 2022 · 0 comments
Open

Documentation error on removing duplicated Icon #69

Niter88 opened this issue Jul 14, 2022 · 0 comments

Comments

@Niter88
Copy link

Niter88 commented Jul 14, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant