aboutsummaryrefslogtreecommitdiffstats
path: root/templates/other/Service/recipe.xml.ftl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/other/Service/recipe.xml.ftl')
-rw-r--r--templates/other/Service/recipe.xml.ftl7
1 files changed, 7 insertions, 0 deletions
diff --git a/templates/other/Service/recipe.xml.ftl b/templates/other/Service/recipe.xml.ftl
new file mode 100644
index 0000000..6e4bd57
--- /dev/null
+++ b/templates/other/Service/recipe.xml.ftl
@@ -0,0 +1,7 @@
+<?xml version="1.0"?>
+<recipe>
+ <merge from="AndroidManifest.xml.ftl" />
+ <instantiate from="src/app_package/Service.java.ftl"
+ to="${srcOut}/${className}.java" />
+ <open file="${srcOut}/${className}.java" />
+</recipe>