Roll NDK to pick std::deque patch.
[android_tools.git] / sdk / tools / templates / other / IntentService / template.xml
blob7a0cc601101a87bbbd0e529f11e2e2979f9f139c
1 <?xml version="1.0"?>
2 <template
3     format="4"
4     revision="2"
5     name="Service (IntentService)"
6     description="Creates a new intent service class."
7     minApi="3"
8     minBuildApi="3">
10     <category value="Service" />
12     <parameter
13         id="className"
14         name="Class Name"
15         type="string"
16         constraints="class|unique|nonempty"
17         default="MyIntentService" />
19     <parameter
20         id="includeHelper"
21         name="Include helper start methods?"
22         type="boolean"
23         default="true"
24         help="Generate static helper methods to start the service e.g. MyIntentService.startAction()" />
26     <globals file="globals.xml.ftl" />
27     <execute file="recipe.xml.ftl" />
29 </template>