am 762481f0: Merge "adding the usb apis to the resources browser" into honeycomb-mr1

* commit '762481f0b58ac41b7583f74315fcb213ca0eb630':
  adding the usb apis to the resources browser
This commit is contained in:
Robert Ly
2011-05-04 13:14:48 -07:00
committed by Android Git Automerger
2 changed files with 12 additions and 0 deletions

View File

@@ -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 \

View File

@@ -605,6 +605,16 @@ var ANDROID_RESOURCES = [
en: 'Demonstrates how an application can make use of shared code and resources stored in an Android library project.'
}
},
{
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',