summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTrevor Johns <trevorjohns@google.com>2014-10-23 09:11:20 -0700
committerTrevor Johns <trevorjohns@google.com>2014-10-23 09:29:05 -0700
commitabcb138da8db27ff64da92bd29a9a12556db40db (patch)
tree6fc542a1e53534adab58131a257c4fc31385238c
parent7b4a38b197ce43cb286d80fc6c4e9713b2807f13 (diff)
downloadframeworks_base-abcb138da8db27ff64da92bd29a9a12556db40db.zip
frameworks_base-abcb138da8db27ff64da92bd29a9a12556db40db.tar.gz
frameworks_base-abcb138da8db27ff64da92bd29a9a12556db40db.tar.bz2
Docs: Add TOC page for Wearable samples
Change-Id: I0fdf412f20fb2a45c34c9700ed1ca9446cfc6ff3
-rw-r--r--Android.mk3
-rw-r--r--docs/html/samples/wearable.jd11
2 files changed, 13 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index 22cc27b..b77c2ed 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 0000000..3114374
--- /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>