Files
rk35xx-android14/developers/samples/android/deprecated/wearable/wear/Flashlight/template-params.xml
T
hmz007 36ed224bac Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a)
Signed-off-by: hmz007 <hmz007@gmail.com>
Change-Id: Ib87fdbe7a0be7dc961af3500fe9ea4589a127f9f
2024-10-29 18:12:02 +08:00

76 lines
2.3 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright 2013 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<sample>
<name>Flashlight</name>
<group>Wearable</group>
<package>com.example.android.wearable.flashlight</package>
<minSdk>18</minSdk>
<targetSdkVersion>23</targetSdkVersion>
<targetSdkVersionWear>22</targetSdkVersionWear>
<strings>
<intro>
<![CDATA[
Wearable activity that uses your wearable screen as a flashlight. There is also
a party-mode option (swipe left), if you want to make things interesting.
]]>
</intro>
</strings>
<metadata>
<status>DEPRECATED</status>
<categories>Wearable</categories>
<technologies>Android</technologies>
<language>Java</language>
<solutions>Mobile</solutions>
<level>BEGINNER</level>
<icon>screenshots/icon-web.png</icon>
<screenshots>
<img>screenshots/flashlight.png</img>
<img>screenshots/party_mode.gif</img>
</screenshots>
<api_refs>
<android>android.app.Activity</android>
<android>android.app.Fragment</android>
<android>android.support.v4.view.ViewPager</android>
</api_refs>
<description>
<![CDATA[
Sample demonstrating the use of an Activity in a wearable application. The
sample uses the screen as a flashlight.
]]>
</description>
<intro>
<![CDATA[
Sample demonstrating the use of an Activity in a wearable application. The
sample also demonstrates using a ViewPager allowing the user to swipe between
Fragments.
Swipe left to reveal a multi colored flashlight, swipe right to return to the
white flashlight.
]]>
</intro>
</metadata>
<template src="base-build" />
<template src="Wear"/>
</sample>