Hi,
Simple question:
Does the settings I write in the “Other Settings” for the android are overwriting any input in the AndroidManfiest.xml?
for example:
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
android:installLocation="preferExternal"
package="com.test.test"
android:versionName="0.8"
android:versionCode="5">
So if the player settings has a different package name and versions in the “Other Settings”, it will overwrite the info to the manifest?