Files
alunizaje/android/tools/android-osx/tools/templates/other/IntentService/template.xml
Andros Fenollosa 892d89c7f1 Order files
2016-11-12 12:27:08 +01:00

30 lines
721 B
XML
Executable File

<?xml version="1.0"?>
<template
format="4"
revision="2"
name="Service (IntentService)"
description="Creates a new intent service class."
minApi="3"
minBuildApi="3">
<category value="Service" />
<parameter
id="className"
name="Class Name"
type="string"
constraints="class|unique|nonempty"
default="MyIntentService" />
<parameter
id="includeHelper"
name="Include helper start methods?"
type="boolean"
default="true"
help="Generate static helper methods to start the service e.g. MyIntentService.startAction()" />
<globals file="globals.xml.ftl" />
<execute file="recipe.xml.ftl" />
</template>