Skip to content

Commit 62015f5

Browse files
sganovAndroid Git Automerger
authored andcommitted
am aeb11b5: Merge "Folding Accessibility Service sample into ApiDemos." into ics-mr0
* commit 'aeb11b598877523fd3c530c7a086c38b4a13c7a1': Folding Accessibility Service sample into ApiDemos.
2 parents d59daca + aeb11b5 commit 62015f5

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

Android.mk

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -396,8 +396,6 @@ sample_dir := development/samples
396396
# (see development/build/sdk.atree)
397397
web_docs_sample_code_flags := \
398398
-hdf android.hasSamples 1 \
399-
-samplecode $(sample_dir)/AccessibilityService \
400-
resources/samples/AccessibilityService "Accessibility Service" \
401399
-samplecode $(sample_dir)/AccelerometerPlay \
402400
resources/samples/AccelerometerPlay "Accelerometer Play" \
403401
-samplecode $(sample_dir)/ActionBarCompat \

docs/html/resources/resources-data.js

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -397,16 +397,6 @@ var ANDROID_RESOURCES = [
397397
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.'
398398
}
399399
},
400-
{
401-
tags: ['sample', 'accessibility'],
402-
path: 'samples/AccessibilityService/index.html',
403-
title: {
404-
en: 'Accessibility Service'
405-
},
406-
description: {
407-
en: 'Illustrates an accessibility service that provides custom feedback for the Clock application which comes by default with Android devices'
408-
}
409-
},
410400
{
411401
tags: ['sample', 'new', 'ui', 'compatibility', 'newfeature'],
412402
path: 'samples/ActionBarCompat/index.html',

0 commit comments

Comments
 (0)