blob: f5fab4b9f4b487dba5eae7cd5edb724b94ef39a6 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright 2014 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>WatchFace</name>
<group>Wearable</group>
<package>com.example.android.wearable.watchface</package>
<minSdk>18</minSdk>
<targetSdkVersion>28</targetSdkVersion>
<minSdkVersionWear>24</minSdkVersionWear>
<compileSdkVersionWear>28</compileSdkVersionWear>
<targetSdkVersionWear>28</targetSdkVersionWear>
<multiDexEnabled>true</multiDexEnabled>
<androidX>true</androidX>
<dependency>androidx.legacy:legacy-support-v4:1.0.0</dependency>
<dependency>androidx.legacy:legacy-support-v13:1.0.0</dependency>
<dependency>androidx.cardview:cardview:1.0.0</dependency>
<dependency>androidx.appcompat:appcompat:1.0.2</dependency>
<dependency>com.google.android.support:wearable:2.4.0</dependency>
<dependency_wearable>androidx.palette:palette:1.0.0</dependency_wearable>
<dependency_wearable>androidx.wear:wear:1.0.0</dependency_wearable>
<dependency_wearable>androidx.legacy:legacy-support-v13:1.0.0</dependency_wearable>
<wearable>
<has_handheld_app>true</has_handheld_app>
</wearable>
<strings>
<intro>
<![CDATA[
This sample demonstrates how to create watch faces for Wear and use complications
with your Wear 2.0 watch faces.
]]>
</intro>
</strings>
<template src="base"/>
<template src="Wear"/>
<metadata>
<status>DEPRECATED</status>
<categories>Wearable</categories>
<technologies>Android</technologies>
<languages>Java</languages>
<solutions>Mobile</solutions>
<level>INTERMEDIATE</level>
<icon>screenshots/icon-web.png</icon>
<screenshots>
<img>screenshots/analog-face.png</img>
<img>screenshots/analog-watch-side-config-all.png</img>
<img>screenshots/analog-watch-side-config-1.png</img>
<img>screenshots/analog-watch-side-config-2.png</img>
<img>screenshots/digital-face.png</img>
<img>screenshots/digital-phone-side-config.png</img>
<img>screenshots/digital-watch-side-config.png</img>
<img>screenshots/interactive-face.png</img>
<img>screenshots/tilt-face.png</img>
</screenshots>
<api_refs>
<android>android.support.wearable.complications.ComplicationData</android>
<android>android.support.wearable.complications.ComplicationHelperActivity</android>
<android>android.support.wearable.complications.ComplicationProviderInfo</android>
<android>android.support.wearable.complications.ComplicationText</android>
<android>android.support.wearable.complications.ProviderChooserIntent</android>
<android>android.support.wearable.view.WearableRecyclerView</android>
<android>android.support.wearable.watchface.CanvasWatchFaceService</android>
<android>android.support.wearable.watchface.WatchFaceService</android>
<android>android.support.wearable.watchface.WatchFaceStyle</android>
</api_refs>
<!-- 1-3 line description of the sample here.
Avoid simply rearranging the sample's title. What does this sample actually
accomplish, and how does it do it? -->
<description>
<![CDATA[
Sample moved to [github.com/android/wear-os][1].
[1]: https://github.com/android/wear-os
]]>
</description>
<intro>
<![CDATA[
This repo and all Wear OS samples have been moved to [github.com/android/wear-os][1]. Please check out the code there. Thank you!
[1]: https://github.com/android/wear-os
]]>
</intro>
</metadata>
</sample>