diff options
| -rw-r--r-- | Android.mk | 2 | ||||
| -rw-r--r-- | docs/html/resources/resources-data.js | 10 | ||||
| -rw-r--r-- | docs/html/resources/samples/images/WifiDirect.png | bin | 0 -> 33285 bytes |
3 files changed, 12 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk index 5a403187b7d6..a38723a30b56 100644 --- a/Android.mk +++ b/Android.mk @@ -464,6 +464,8 @@ web_docs_sample_code_flags := \ resources/samples/USB "USB" \ -samplecode $(sample_dir)/WeatherListWidget \ resources/samples/WeatherListWidget "Weather List Widget" \ + -samplecode $(sample_dir)/WiFiDirectDemo \ + resources/samples/WiFiDirectDemo "Wi-Fi Direct Demo" \ -samplecode $(sample_dir)/Wiktionary \ resources/samples/Wiktionary "Wiktionary" \ -samplecode $(sample_dir)/WiktionarySimple \ diff --git a/docs/html/resources/resources-data.js b/docs/html/resources/resources-data.js index c0a22845bba0..3e673a554d0d 100644 --- a/docs/html/resources/resources-data.js +++ b/docs/html/resources/resources-data.js @@ -728,6 +728,16 @@ var ANDROID_RESOURCES = [ } }, { + tags: ['sample','newfeature', 'new'], + path: 'samples/WiFiDirectDemo/index.html', + title: { + en: 'Wi-Fi Direct Demo' + }, + description: { + en: 'A demo application to demonstrate how to use Wi-Fi Direct APIs.' + } + }, + { tags: ['sample', 'ui', 'widgets'], path: 'samples/Wiktionary/index.html', title: { diff --git a/docs/html/resources/samples/images/WifiDirect.png b/docs/html/resources/samples/images/WifiDirect.png Binary files differnew file mode 100644 index 000000000000..86f7f2f2e946 --- /dev/null +++ b/docs/html/resources/samples/images/WifiDirect.png |