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
The readme 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"
the "..." is clearly a placeholder that was never replaced with the actual information.
The "..." should be replaced with <category android:name="android.intent.category.LAUNCHER" /> in the intent-filter section
There is an (already closed) issue here: #35 but the readme is still incomplete.
The text was updated successfully, but these errors were encountered:
The readme 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"
the "..." is clearly a placeholder that was never replaced with the actual information.
The "..." should be replaced with
<category android:name="android.intent.category.LAUNCHER" />
in the intent-filter sectionThere is an (already closed) issue here: #35 but the readme is still incomplete.
The text was updated successfully, but these errors were encountered: