diff options
| author | Svetoslav Ganov <svetoslavganov@google.com> | 2011-10-28 19:16:18 -0700 |
|---|---|---|
| committer | Svetoslav Ganov <svetoslavganov@google.com> | 2011-10-28 19:16:24 -0700 |
| commit | a840462feb846a5c8d1d7d024562d5739b75e591 (patch) | |
| tree | 66eebdf128d07522d1ee487c59932bcbade36058 /docs/html/resources | |
| parent | 4eec98edee3d6eb516e30a7151da13fd726f93a9 (diff) | |
| download | frameworks_base-a840462feb846a5c8d1d7d024562d5739b75e591.zip frameworks_base-a840462feb846a5c8d1d7d024562d5739b75e591.tar.gz frameworks_base-a840462feb846a5c8d1d7d024562d5739b75e591.tar.bz2 | |
Folding Accessibility Service sample into ApiDemos.
1. Moving Accerssibility Service sample into ApiDemos since
we are putting all accessibility samples there.
Change-Id: If2deec7f6ad49b0d50112300eda0f7cb48660450
Diffstat (limited to 'docs/html/resources')
| -rw-r--r-- | docs/html/resources/resources-data.js | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/docs/html/resources/resources-data.js b/docs/html/resources/resources-data.js index 164bd16..237e18c 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: { |
