Commit 5d0dbea9 authored by Anirudh Dewani's avatar Anirudh Dewani
Browse files

Docs changes for WiFiDirect sample

Change-Id: Icfe3cc12c451563792745fc4c326d064cac978c3
parent 26ae7db4
...@@ -464,6 +464,8 @@ web_docs_sample_code_flags := \ ...@@ -464,6 +464,8 @@ web_docs_sample_code_flags := \
resources/samples/USB "USB" \ resources/samples/USB "USB" \
-samplecode $(sample_dir)/WeatherListWidget \ -samplecode $(sample_dir)/WeatherListWidget \
resources/samples/WeatherListWidget "Weather List Widget" \ resources/samples/WeatherListWidget "Weather List Widget" \
-samplecode $(sample_dir)/WiFiDirectDemo \
resources/samples/WiFiDirectDemo "Wi-Fi Direct Demo" \
-samplecode $(sample_dir)/Wiktionary \ -samplecode $(sample_dir)/Wiktionary \
resources/samples/Wiktionary "Wiktionary" \ resources/samples/Wiktionary "Wiktionary" \
-samplecode $(sample_dir)/WiktionarySimple \ -samplecode $(sample_dir)/WiktionarySimple \
......
...@@ -727,6 +727,16 @@ var ANDROID_RESOURCES = [ ...@@ -727,6 +727,16 @@ var ANDROID_RESOURCES = [
en: 'A sample application to demonstrate how to use voicemail content provider APIs in Android 4.0.' en: 'A sample application to demonstrate how to use voicemail content provider APIs in Android 4.0.'
} }
}, },
{
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'], tags: ['sample', 'ui', 'widgets'],
path: 'samples/Wiktionary/index.html', path: 'samples/Wiktionary/index.html',
......
docs/html/resources/samples/images/WifiDirect.png

32.5 KB

Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment