Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 62015f5d authored by Svetoslav Ganov's avatar Svetoslav Ganov Committed by Android Git Automerger
Browse files

am aeb11b59: Merge "Folding Accessibility Service sample into ApiDemos." into ics-mr0

* commit 'aeb11b59':
  Folding Accessibility Service sample into ApiDemos.
parents d59daca8 aeb11b59
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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 \
+0 −10
Original line number Diff line number Diff line
@@ -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',