class in Unity.Android.Gradle.Manifest
/
Implemented in:Unity.Android.Gradle
Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
CloseFor some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.
CloseAbstract base class for all existing Android manifest elements.
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. |