Fix categories and intro. am: 131e3b9342 am: 5ec655ba36
am: d4855fd188

Change-Id: Idccfa9011219ee019da24e6cbc61c2760c155fd9
diff --git a/wearable/wear/WearNotifications/template-params.xml b/wearable/wear/WearNotifications/template-params.xml
index e5f64df..6a3ceb2 100644
--- a/wearable/wear/WearNotifications/template-params.xml
+++ b/wearable/wear/WearNotifications/template-params.xml
@@ -63,7 +63,7 @@
              seperated list of topic tags. Unlike the old category system, samples
              may have multiple categories, so feel free to add extras. Try to avoid
              simply tagging everything with "UI". :)-->
-        <categories>Notifications, Wear</categories>
+        <categories>Notification, Wearable</categories>
         <technologies>Android</technologies>
         <languages>Java</languages>
         <solutions>Mobile</solutions>
@@ -122,40 +122,41 @@
         Makrdown formatting allowed. This will be used to generate a mini-article for the
         sample on DAC. -->
         <intro>
-            Steps for trying out the sample:
-            * Compile and install the mobile app onto your mobile device or emulator (for mobile
-            scenario).
-            * Compile and install the wearable app onto your Wear device or emulator (for Wear
-            scenario).
+<![CDATA[
+Steps for trying out the sample:
+* Compile and install the mobile app onto your mobile device or emulator (for mobile
+scenario).
+* Compile and install the wearable app onto your Wear device or emulator (for Wear
+scenario).
 
-            This sample demonstrate best practices for using [NotificationStyle][1]
-            [Notifications][2] for two scenarios:
+This sample demonstrate best practices for using [NotificationStyle][1]
+[Notifications][2] for two scenarios:
 
-            1. Launching Notifications from a Mobile app WITHOUT a native Android Wear app.
-            Notifications appear both on mobile and Wear (bridged to appear like a local/native
-            Wear app).
+1. Launching Notifications from a Mobile app WITHOUT a native Android Wear app.
+Notifications appear both on mobile and Wear (bridged to appear like a local/native
+Wear app).
 
-            2. Launching Notifications from a Native/Local Android Wear app. Notifications only
-            appear on Wear device.
+2. Launching Notifications from a Native/Local Android Wear app. Notifications only
+appear on Wear device.
 
-            The Mobile and Wear apps demonstrate [BigTextStyle][3], [BigPictureStyle][4],
-            [InboxStyle][5], and [MessagingStyle][6] Notifications.
+The Mobile and Wear apps demonstrate [BigTextStyle][3], [BigPictureStyle][4],
+[InboxStyle][5], and [MessagingStyle][6] Notifications.
 
-            Although there are two apps (Mobile and Wear) running, each should be looked at as a
-            separate experience. That is, neither app uses nor relies on the other.
+Although there are two apps (Mobile and Wear) running, each should be looked at as a
+separate experience. That is, neither app uses nor relies on the other.
 
-            They are packaged together simply to show both scenarios in one easy sample.
+They are packaged together simply to show both scenarios in one easy sample.
 
-            Both apps also cover the Notifications being displayed on Wear 1.+ and/or Wear 2.0 and
-            using some of the new features of Wear 2.0 (inline actions).
+Both apps also cover the Notifications being displayed on Wear 1.+ and/or Wear 2.0 and
+using some of the new features of Wear 2.0 (inline actions).
 
-            [1]: https://developer.android.com/reference/android/support/v4/app/NotificationCompat.Style.html
-            [2]: https://developer.android.com/reference/android/support/v4/app/NotificationCompat.html
-            [3]: https://developer.android.com/reference/android/support/v4/app/NotificationCompat.BigTextStyle.html
-            [4]: https://developer.android.com/reference/android/support/v4/app/NotificationCompat.BigPictureStyle.html
-            [5]: https://developer.android.com/reference/android/support/v4/app/NotificationCompat.InboxStyle.html
-            [6]: https://developer.android.com/reference/android/support/v4/app/NotificationCompat.MessagingStyle.html
-
+[1]: https://developer.android.com/reference/android/support/v4/app/NotificationCompat.Style.html
+[2]: https://developer.android.com/reference/android/support/v4/app/NotificationCompat.html
+[3]: https://developer.android.com/reference/android/support/v4/app/NotificationCompat.BigTextStyle.html
+[4]: https://developer.android.com/reference/android/support/v4/app/NotificationCompat.BigPictureStyle.html
+[5]: https://developer.android.com/reference/android/support/v4/app/NotificationCompat.InboxStyle.html
+[6]: https://developer.android.com/reference/android/support/v4/app/NotificationCompat.MessagingStyle.html
+]]>
         </intro>
     </metadata>
 </sample>
\ No newline at end of file