diff options
author | Robert Ly <robertly@google.com> | 2011-05-04 13:14:48 -0700 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2011-05-04 13:14:48 -0700 |
commit | 7c8be3a75d541652a4eca9ad2433af90232b2af5 (patch) | |
tree | 8a01b733e709b6a8dda61d1f4ca6be2e2030c63e | |
parent | f0a1d683d9c45a2d5e8e22edaf991b1f9c5b4402 (diff) | |
parent | 762481f0b58ac41b7583f74315fcb213ca0eb630 (diff) | |
download | frameworks_base-7c8be3a75d541652a4eca9ad2433af90232b2af5.zip frameworks_base-7c8be3a75d541652a4eca9ad2433af90232b2af5.tar.gz frameworks_base-7c8be3a75d541652a4eca9ad2433af90232b2af5.tar.bz2 |
am 762481f0: Merge "adding the usb apis to the resources browser" into honeycomb-mr1
* commit '762481f0b58ac41b7583f74315fcb213ca0eb630':
adding the usb apis to the resources browser
-rw-r--r-- | Android.mk | 2 | ||||
-rw-r--r-- | docs/html/resources/resources-data.js | 10 |
2 files changed, 12 insertions, 0 deletions
@@ -438,6 +438,8 @@ web_docs_sample_code_flags := \ resources/samples/TicTacToeLib "TicTacToeLib" \ -samplecode $(sample_dir)/TicTacToeMain \ resources/samples/TicTacToeMain "TicTacToeMain" \ + -samplecode $(sample_dir)/USB \ + resources/samples/USB "USB" \ -samplecode $(sample_dir)/WeatherListWidget \ resources/samples/WeatherListWidget "Weather List Widget" \ -samplecode $(sample_dir)/Wiktionary \ diff --git a/docs/html/resources/resources-data.js b/docs/html/resources/resources-data.js index 14118bb..03a5c02 100644 --- a/docs/html/resources/resources-data.js +++ b/docs/html/resources/resources-data.js @@ -606,6 +606,16 @@ var ANDROID_RESOURCES = [ } }, { + tags: ['sample', 'new', 'newfeature'], + path: 'samples/USB/index.html', + title: { + en: 'USB' + }, + description: { + en: 'A set of samples that demonstrate how to use various features of the USB APIs.' + } + }, + { tags: ['sample', 'ui', 'widgets'], path: 'samples/Wiktionary/index.html', title: { |