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