From a840462feb846a5c8d1d7d024562d5739b75e591 Mon Sep 17 00:00:00 2001 From: Svetoslav Ganov Date: Fri, 28 Oct 2011 19:16:18 -0700 Subject: [PATCH] Folding Accessibility Service sample into ApiDemos. 1. Moving Accerssibility Service sample into ApiDemos since we are putting all accessibility samples there. Change-Id: If2deec7f6ad49b0d50112300eda0f7cb48660450 --- Android.mk | 2 -- docs/html/resources/resources-data.js | 10 ---------- 2 files changed, 12 deletions(-) diff --git a/Android.mk b/Android.mk index 4c0c43aa40bcd..6580bf3c1d5bd 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 164bd16669b51..237e18cfadd61 100644 --- a/docs/html/resources/resources-data.js +++ b/docs/html/resources/resources-data.js @@ -397,16 +397,6 @@ var ANDROID_RESOURCES = [ en: 'An example of using the accelerometer to integrate the device\'s acceleration to a position using the Verlet method. This is illustrated with a very simple particle system comprised of a few iron balls freely moving on an inclined wooden table. The inclination of the virtual table is controlled by the device\'s accelerometer.' } }, - { - 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',