diff options
author | Renato Mangini <mangini@google.com> | 2014-11-11 19:51:53 -0800 |
---|---|---|
committer | Renato Mangini <mangini@google.com> | 2014-11-11 19:51:53 -0800 |
commit | 4b7b68d824ee8bf184f6bfb05f75c74c129a9f8e (patch) | |
tree | db90eb0b3a8a4c5a1f392eb5b6563dd6225aa96c | |
parent | c2f2a72571a485671f36e9d5b5c1fd9e788c11cd (diff) | |
download | frameworks_base-4b7b68d824ee8bf184f6bfb05f75c74c129a9f8e.zip frameworks_base-4b7b68d824ee8bf184f6bfb05f75c74c129a9f8e.tar.gz frameworks_base-4b7b68d824ee8bf184f6bfb05f75c74c129a9f8e.tar.bz2 |
Add "notification" category for samples.
Bug: 18323953
Change-Id: Ifb78015604fd203baaf5f4c6496a86aa6c831227
-rw-r--r-- | Android.mk | 3 | ||||
-rw-r--r-- | docs/html/samples/notification.jd | 11 |
2 files changed, 13 insertions, 1 deletions
@@ -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 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> |