diff options
| -rw-r--r-- | Android.mk | 2 | ||||
| -rw-r--r-- | docs/html/resources/resources-data.js | 10 |
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: { |