aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Walker <jewalker@google.com>2016-09-29 23:44:38 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-09-29 23:44:38 +0000
commit5ec655ba3657fe1786787d17e499b12ad6196142 (patch)
tree3d24cf1a2ee885dea99d464a9792e5b875027b34
parent8c48226731cd96d1a1b2a97bf13f1457600a0819 (diff)
parent131e3b93420d47e10b65e3349b31ae84cdaa0da3 (diff)
downloadandroid-5ec655ba3657fe1786787d17e499b12ad6196142.tar.gz
Fix categories and intro.
am: 131e3b9342 Change-Id: Ibc34fc1f1216c826c7e661258af4c7df5db268b9
-rw-r--r--wearable/wear/WearNotifications/template-params.xml55
1 files changed, 28 insertions, 27 deletions
diff --git a/wearable/wear/WearNotifications/template-params.xml b/wearable/wear/WearNotifications/template-params.xml
index e5f64dfb..6a3ceb2b 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).
-
- [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
+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
+]]>
</intro>
</metadata>
</sample> \ No newline at end of file