summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSvetoslav Ganov <svetoslavganov@google.com>2011-10-31 13:28:57 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2011-10-31 13:28:57 -0700
commitaeb11b598877523fd3c530c7a086c38b4a13c7a1 (patch)
tree15b8ff4a7f6ca1c56353098d9f3ce0f63b64cbea
parent50d0511ddbf226255347e95a6382af8b0e7d366b (diff)
parenta840462feb846a5c8d1d7d024562d5739b75e591 (diff)
downloadbase-aeb11b598877523fd3c530c7a086c38b4a13c7a1.tar.gz
Merge "Folding Accessibility Service sample into ApiDemos." into ics-mr0
-rw-r--r--Android.mk2
-rw-r--r--docs/html/resources/resources-data.js10
2 files changed, 0 insertions, 12 deletions
diff --git a/Android.mk b/Android.mk
index 720920614a3d..586eb4ac01ec 100644
--- a/Android.mk
+++ b/Android.mk
@@ -396,8 +396,6 @@ sample_dir := development/samples
# (see development/build/sdk.atree)
web_docs_sample_code_flags := \
-hdf android.hasSamples 1 \
- -samplecode $(sample_dir)/AccessibilityService \
- resources/samples/AccessibilityService "Accessibility Service" \
-samplecode $(sample_dir)/AccelerometerPlay \
resources/samples/AccelerometerPlay "Accelerometer Play" \
-samplecode $(sample_dir)/ActionBarCompat \
diff --git a/docs/html/resources/resources-data.js b/docs/html/resources/resources-data.js
index 164bd16669b5..237e18cfadd6 100644
--- a/docs/html/resources/resources-data.js
+++ b/docs/html/resources/resources-data.js
@@ -398,16 +398,6 @@ var ANDROID_RESOURCES = [
}
},
{
- tags: ['sample', 'accessibility'],
- path: 'samples/AccessibilityService/index.html',
- title: {
- en: 'Accessibility Service'
- },
- description: {
- en: 'Illustrates an accessibility service that provides custom feedback for the Clock application which comes by default with Android devices'
- }
- },
- {
tags: ['sample', 'new', 'ui', 'compatibility', 'newfeature'],
path: 'samples/ActionBarCompat/index.html',
title: {