Method PatchAndroidManifest
PatchAndroidManifest(List<ManifestTagInfo>, string, string)
Applies the given manifestTagInfos to the specified AndroidManifest.xml file.
Declaration
public static void PatchAndroidManifest(List<ManifestTagInfo> manifestTagInfos, string sourceFile, string destinationFile = null)
Parameters
Type | Name | Description |
---|---|---|
List<ManifestTagInfo> | manifestTagInfos | A list of ManifestTagInfos to be applied to the AndroidManifest.xml file. |
string | sourceFile | The path to the source AndroidManifest.xml file. |
string | destinationFile | The path to the destination AndroidManifest.xml file. If null, the sourceFile will be overwritten. |