aboutsummaryrefslogtreecommitdiff
path: root/wearable/wear/WearComplicationProvidersTestSuite/template-params.xml
diff options
context:
space:
mode:
Diffstat (limited to 'wearable/wear/WearComplicationProvidersTestSuite/template-params.xml')
-rw-r--r--wearable/wear/WearComplicationProvidersTestSuite/template-params.xml33
1 files changed, 8 insertions, 25 deletions
diff --git a/wearable/wear/WearComplicationProvidersTestSuite/template-params.xml b/wearable/wear/WearComplicationProvidersTestSuite/template-params.xml
index d7a1a0e0..3b300374 100644
--- a/wearable/wear/WearComplicationProvidersTestSuite/template-params.xml
+++ b/wearable/wear/WearComplicationProvidersTestSuite/template-params.xml
@@ -48,7 +48,7 @@ used to test how different types of complications render on a watch face.
<metadata>
<!-- Values: {DRAFT | PUBLISHED | INTERNAL | DEPRECATED | SUPERCEDED} -->
- <status>PUBLISHED</status>
+ <status>DEPRECATED</status>
<!-- See http://go/sample-categories for details on the next 4 fields. -->
<!-- Most samples just need to udpate the Categories field. This is a comma-
seperated list of topic tags. Unlike the old category system, samples
@@ -97,35 +97,18 @@ used to test how different types of complications render on a watch face.
Avoid simply rearranging the sample's title. What does this sample actually
accomplish, and how does it do it? -->
<description>
-<![CDATA[
-Complication Test Suite is a set of complication providers that provide dummy data and it can be
-used to test how different types of complications render on a watch face.
+ <![CDATA[
+Sample moved to [github.com/android/wear-os][1].
+
+[1]: https://github.com/android/wear-os
]]>
</description>
-
<intro>
<![CDATA[
-Steps for trying out the sample:
-* Compile and install the wearable app onto your Wear device or emulator (for Wear scenario).
-
-* This sample does not have a main Activity (just Services that provide the complication data).
-Therefore, you may see an error next to the 'Run' button. To fix, click on the
-"Wearable" dropdown next to the 'Run' button and select 'Edit Configurations'. Under the
-'Launch Options', change the 'Launch' field from 'Default APK' to 'Nothing' and save.
-
-This sample provides dummy data for testing the complications UI in your watch face. After
-selecting a type from your watch face configuration Activity, you can tap on the complications to
-see more options.
-
-The Wear app demonstrates the use of [ComplicationData][1], [ComplicationManager][2],
-[ComplicationProviderService][3], [ComplicationText][4], and [ProviderUpdateRequester][5].
-
-[1]: https://developer.android.com/reference/android/support/wearable/complications/ComplicationData.html
-[2]: https://developer.android.com/reference/android/support/wearable/complications/ComplicationManager.html
-[3]: https://developer.android.com/reference/android/support/wearable/complications/ComplicationProviderService.html
-[4]: https://developer.android.com/reference/android/support/wearable/complications/ComplicationText.html
-[5]: https://developer.android.com/reference/android/support/wearable/complications/ProviderUpdateRequester.html
+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>