diff options
| author | 2014-10-23 09:11:20 -0700 | |
|---|---|---|
| committer | 2014-10-23 09:29:05 -0700 | |
| commit | abcb138da8db27ff64da92bd29a9a12556db40db (patch) | |
| tree | 6fc542a1e53534adab58131a257c4fc31385238c | |
| parent | 7b4a38b197ce43cb286d80fc6c4e9713b2807f13 (diff) | |
Docs: Add TOC page for Wearable samples
Change-Id: I0fdf412f20fb2a45c34c9700ed1ca9446cfc6ff3
| -rw-r--r-- | Android.mk | 3 | ||||
| -rw-r--r-- | docs/html/samples/wearable.jd | 11 |
2 files changed, 13 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk index 22cc27b6be87..b77c2edc15b9 100644 --- a/Android.mk +++ b/Android.mk @@ -737,7 +737,8 @@ sample_groups := -samplegroup Background \ -samplegroup Sensors \ -samplegroup Testing \ -samplegroup UI \ - -samplegroup Views + -samplegroup Views \ + -samplegroup Wearable ## SDK version identifiers used in the published docs # major[.minor] version for current SDK. (full releases only) diff --git a/docs/html/samples/wearable.jd b/docs/html/samples/wearable.jd new file mode 100644 index 000000000000..311437425a1c --- /dev/null +++ b/docs/html/samples/wearable.jd @@ -0,0 +1,11 @@ +page.title=Wearable +@jd:body + + +<div id="samples" class="wearable"> +</div> + + +<script> + $(document).ready(showSamples); +</script> |