diff options
| author | 2014-11-12 17:44:48 +0000 | |
|---|---|---|
| committer | 2014-11-12 17:44:48 +0000 | |
| commit | a53b8badb994c3825140f68eba94888b3274c0b5 (patch) | |
| tree | b0e1fddc2d5667d718ae63ac0c3c71f19a32a009 | |
| parent | a44fdb9e216810ba62f20c1b4571ebc240931efa (diff) | |
| parent | 4b7b68d824ee8bf184f6bfb05f75c74c129a9f8e (diff) | |
am 4b7b68d8: Add "notification" category for samples.
* commit '4b7b68d824ee8bf184f6bfb05f75c74c129a9f8e':
Add "notification" category for samples.
| -rw-r--r-- | Android.mk | 3 | ||||
| -rw-r--r-- | docs/html/samples/notification.jd | 11 |
2 files changed, 13 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk index b77c2edc15b9..948048700b39 100644 --- a/Android.mk +++ b/Android.mk @@ -738,7 +738,8 @@ sample_groups := -samplegroup Background \ -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 000000000000..bbcea9339a43 --- /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> |