Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Application

The C# definition of the <application> Android Manifest element.
Read time 2 minutesLast updated 12 days ago

Definition

public sealed class Application : BaseElement, ICloneable

Remarks

For more information about the element, see Android's documentation: Application element

Constructors

Constructor

Description

Application()Element constructor.
Application(Unity.Android.Gradle.Manifest.Application)Element constructor.

Properties

Property

Description

ActivityAliasListList of
<activity-alias>
child elements.
ActivityListList of
<activity>
child elements.
AttributesThe attributes container for the
 <application> 
element.
MetaDataListList of
<meta-data>
child elements.
ProfileableChild element
<profileable>
.
ProviderListList of
<provider>
child elements.
ReceiverListList of
<receiver>
child elements.
ServiceListList of
<service>
child elements.
UsesLibraryListList of
<uses-library>
child elements.
UsesNativeLibraryListList of
<uses-native-library>
child elements.

Methods

Method

Description

AddMetaDataResourceAdds
<meta-data>
child element that specifies a resource.
AddMetaDataValueAdds
<meta-data>
child element that specifies a resource value.

Classes

Class

Description

Application.AttributesContainerThe attributes container for the
 <application> 
element.

Inheritance