class in Unity.Android.Gradle.Manifest
/
Inherits from:Unity.Android.Gradle.Manifest.BaseElement
The C# definition of the <manifest>
Android Manifest element.
For more information about the element, see Android's documentation: Manifest element
Application | Child element <application>. |
Attributes | The attributes container for the <manifest> element. |
CompatibleScreens | Child element <compatible-screens>. |
InstrumentationList | List of <instrumentation> child elements. |
PermissionGroupList | List of <permission-group> child elements. |
PermissionList | List of <permission> child elements. |
PermissionTreeList | List of <permission-tree> child elements. |
QueriesList | List of <queries> child elements. |
SupportsGlTextureList | List of <supports-gl-texture> child elements. |
SupportsScreens | Child element <supports-screens>. |
UsesConfiguration | Child element <uses-configuration>. |
UsesFeatureList | List of <uses-feature> child elements. |
UsesPermissionList | List of <uses-permission> child elements. |
UsesPermissionSdk23List | List of <uses-permission-sdk-23> child elements. |
UsesSdk | Child element <uses-sdk>. |
Manifest | Element constructor. |
AddUsesFeature | Adds <uses-feature> element as a child. |
AddUsesPermission | Adds <uses-permission> element as a child. |
GetActivitiesWithLauncherIntent | Gets the <activity> elements that contain the LAUNCHER category in an <intent-filter> element. |
CustomElements | Custom child elements. |
AddCustomElement | Adds a new element as a child. |
GetAllAttributes | Gets all attributes on this element. |
GetCustomAttribute | Gets a custom attribute by attribute name. |
GetID | Gets the unique ID of the element. |
GetName | Gets the element name. |
GetUniqueName | Gets a unique name of the element. |
Remove | Removes this element from the file. |
RemoveCustomAttribute | Removes a custom attribute by name. |
ResolveConflict | Resolve a conflict if element was already modified by another script. |
SetCustomAttribute | Sets a custom attribute with name and value. |