am 68fde80a: am 2a3ce185: am ca011519: am a53b8bad: am 4b7b68d8: Add "notification" category for samples.
automerge: d76afdb
* commit 'd76afdb5e7978b5d57214bd83cacc754e23bfe60':
Add "notification" category for samples.
diff --git a/Android.mk b/Android.mk
index aee47d3..07baed5 100644
--- a/Android.mk
+++ b/Android.mk
@@ -748,7 +748,8 @@
-samplegroup Testing \
-samplegroup UI \
-samplegroup Views \
- -samplegroup Wearable
+ -samplegroup Wearable \
+ -samplegroup Notification
## SDK version identifiers used in the published docs
# major[.minor] version for current SDK. (full releases only)
diff --git a/docs/html/samples/notification.jd b/docs/html/samples/notification.jd
new file mode 100644
index 0000000..bbcea93
--- /dev/null
+++ b/docs/html/samples/notification.jd
@@ -0,0 +1,11 @@
+page.title=Notification
+@jd:body
+
+
+<div id="samples" class="notification">
+</div>
+
+
+<script>
+ $(document).ready(showSamples);
+</script>