Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


ActivityAlias

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

Definition

public sealed class ActivityAlias : BaseElement, ICloneable

Remarks

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

Constructors

Constructor

Description

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

Properties

Property

Description

AttributesThe attributes container for the
 <activity-alias> 
element.
IntentFilterListList of
<intent-filter>
child elements.
MetaDataListList of
<meta-data>
child elements.

Methods

Method

Description

AddMetaDataResourceAdds a
<meta-data>
child element that specifies a resource for the
<activity-alias>
.
AddMetaDataValueAdds a
<meta-data>
child element that specifies a resource value for the
<activity-alias>
.
GetLauncherIntentFilterGets the
<intent-filter>
element that contains the
LAUNCHER
category for the
<activity-alias>
.

Classes

Class

Description

ActivityAlias.AttributesContainerThe attributes container for the
 <activity-alias> 
element.

Inheritance