summaryrefslogtreecommitdiff
path: root/templates/other/AndroidManifest/template.xml
diff options
context:
space:
mode:
Diffstat (limited to 'templates/other/AndroidManifest/template.xml')
-rw-r--r--templates/other/AndroidManifest/template.xml30
1 files changed, 30 insertions, 0 deletions
diff --git a/templates/other/AndroidManifest/template.xml b/templates/other/AndroidManifest/template.xml
new file mode 100644
index 0000000..afc0aaa
--- /dev/null
+++ b/templates/other/AndroidManifest/template.xml
@@ -0,0 +1,30 @@
+<?xml version="1.0"?>
+<template
+ format="4"
+ revision="2"
+ name="Android Manifest File"
+ description="Creates an Android Manifest XML File."
+ >
+
+ <category value="Other" />
+
+ <parameter
+ id="remapFile"
+ name="Change File Location"
+ type="boolean"
+ constraints=""
+ default="false"
+ help="Change the file location to another destination within the module." />
+
+ <parameter
+ id="newLocation"
+ name="New File Location"
+ type="string"
+ constraints="nonempty|source_set_folder|unique"
+ suggest="src/${sourceProviderName}/AndroidManifest.xml"
+ help="The location for the new file"
+ visibility="remapFile" />
+
+ <execute file="recipe.xml.ftl" />
+
+</template>