This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see
Cake.AndroidAppManifest.
Summary
Serializes a AppManifest into the specified file.
Syntax
public static void SerializeAppManifest(this ICakeContext context, FilePath file, AndroidAppManifest manifest)
Attributes
Type |
Description |
CakeMethodAliasAttribute |
|
Parameters
Name |
Type |
Description |
context |
ICakeContext |
|
file |
FilePath |
target file |
manifest |
AndroidAppManifest |
|
Return Value