Metadata for Notifications sample, except web icon
Change-Id: I1276d8e4615dc42527d5d9f25046f86f2f5d44ec
diff --git a/wearable/wear/Notifications/template-params.xml b/wearable/wear/Notifications/template-params.xml
index 3b9dda1..e3a5521 100644
--- a/wearable/wear/Notifications/template-params.xml
+++ b/wearable/wear/Notifications/template-params.xml
@@ -41,5 +41,41 @@
<template src="base"/>
<template src="Wear"/>
+ <metadata>
+ <status>PUBLISHED</status>
+ <categories>Wearable</categories>
+ <technologies>Android</technologies>
+ <languages>Java</languages>
+ <solutions>Mobile</solutions>
+ <level>INTERMEDIATE</level>
+ <screenshots>
+ <img>screenshots/companion-content-action.png</img>
+ <img>screenshots/content-action</img>
+ <img>screenshots/content-icon-menu</img>
+ </screenshots>
+ <api_refs>
+ <android>android.app.Notification</android>
+ <android>android.support.v4.app.NotificationCompat</android>
+ <android>android.support.v4.app.NotificationManagerCompat</android>
+ <android>android.support.v4.app.RemoteInput</android>
+ <android>android.support.wearable.view.WearableListView</android>
+ </api_refs>
+ <description>
+ This sample showcases the available notification styles on a device and wearable.
+ </description>
+ <intro>
+ This sample app enables the user to choose a notification type (the selection is done on the phone),
+ which it then displays on the phone and wearable. The notification is built using
+ [NotificationCompat.Builder][1] and [NotificationCompat.WearableExtender][2].
+ See [Creating a Notification][3] for all the details on how to create a notification with wearable features.
+
+ On the wearable side, the sample also shows how to create a custom layout using [WearableListView][4].
+
+ [1]: http://developer.android.com/reference/android/support/v4/app/NotificationCompat.Builder.html
+ [2]: https://developer.android.com/reference/android/support/v4/app/NotificationCompat.WearableExtender.html
+ [3]: https://developer.android.com/training/wearables/notifications/creating.html
+ [4]: https://developer.android.com/training/wearables/apps/layouts.html#UiLibrary
+ </intro>
+ </metadata>
</sample>