blob: ca472082f4cf2440fdb130ff7f782ecb11668fa2 [file] [log] [blame]
Takeshi Hagikuraa819ef72014-09-25 16:23:49 +09001<?xml version="1.0" encoding="UTF-8"?>
2<!--
3 Copyright 2013 The Android Open Source Project
4
5 Licensed under the Apache License, Version 2.0 (the "License");
6 you may not use this file except in compliance with the License.
7 You may obtain a copy of the License at
8
9 http://www.apache.org/licenses/LICENSE-2.0
10
11 Unless required by applicable law or agreed to in writing, software
12 distributed under the License is distributed on an "AS IS" BASIS,
13 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 See the License for the specific language governing permissions and
15 limitations under the License.
16-->
17
18
19
20<sample>
21 <name>Flashlight</name>
Takeshi Hagikuraf4570542014-09-26 13:20:42 +090022 <group>Wearable</group>
Takeshi Hagikuradff38662014-10-31 15:52:04 +090023 <package>com.example.android.wearable.flashlight</package>
Takeshi Hagikuraa819ef72014-09-25 16:23:49 +090024
25
26
27 <!-- change minSdk if needed-->
Trevor Johns3ba022b2014-11-06 22:45:31 +000028 <minSdk>18</minSdk>
Takeshi Hagikuraa819ef72014-09-25 16:23:49 +090029
30
31 <strings>
32 <intro>
33 <![CDATA[
34 Wearable activity that uses your wearable screen as a flashlight. There is also
35 a party-mode option, if you want to make things interesting.
36 ]]>
37 </intro>
38 </strings>
39
40 <template src="base"/>
41 <template src="Wear"/>
Trevor Johns678f4f32014-11-06 05:37:45 +000042 <common src="logger"/>
43 <common src="activities"/>
Takeshi Hagikuraa819ef72014-09-25 16:23:49 +090044</sample>