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?

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.