icon

Android Manifest Application Attributes

Sets the specified <application> attributes in the AndroidManifest.xml

This step allows to change the initial attributes of the application tag specified in AndroidManifest.xml This is mainly required for the android app created with Xamarin. Xamarin doesn't provide an easy wayt to change such attributes as android:label or android:icon depending on the configuration. So this step may be used to do so.

Similar steps

Sets the specified package name in the AndroidManifest.xml

Sets some important values in AndroidManifest.xml

Sets the Android Manifest Version Code and Name to the specified value, in the target AndroidManifest.xml file for the next build.

Extracts Android manifest attributes to environment variables.