- Home /
Question by
Ranger-Ori · Jan 05, 2014 at 12:47 PM ·
androidplayersettingsmanifest
Player Settings and AndroidManifest Android
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?
Comment
Best Answer
Answer by Ranger-Ori · Jan 13, 2014 at 10:10 AM
It appears that it does. the properties which set in the inspector overwrite the information in the AndroidManifest.
I leave this question opened, for more answers, in case if I'm wrong.