am a53b8bad: am 4b7b68d8: Add "notification" category for samples.

* commit 'a53b8badb994c3825140f68eba94888b3274c0b5':
  Add "notification" category for samples.
This commit is contained in:
Renato Mangini
2014-11-12 17:52:02 +00:00
committed by Android Git Automerger
2 changed files with 13 additions and 1 deletions

View File

@@ -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)

View File

@@ -0,0 +1,11 @@
page.title=Notification
@jd:body
<div id="samples" class="notification">
</div>
<script>
$(document).ready(showSamples);
</script>