Skip to content

Commit 74450d3

Browse files
Anirudh DewaniAndroid (Google) Code Review
authored andcommitted
Merge "Docs changes for WiFiDirect sample"
2 parents 31743d8 + 5d0dbea commit 74450d3

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

Android.mk

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -464,6 +464,8 @@ web_docs_sample_code_flags := \
464464
resources/samples/USB "USB" \
465465
-samplecode $(sample_dir)/WeatherListWidget \
466466
resources/samples/WeatherListWidget "Weather List Widget" \
467+
-samplecode $(sample_dir)/WiFiDirectDemo \
468+
resources/samples/WiFiDirectDemo "Wi-Fi Direct Demo" \
467469
-samplecode $(sample_dir)/Wiktionary \
468470
resources/samples/Wiktionary "Wiktionary" \
469471
-samplecode $(sample_dir)/WiktionarySimple \

docs/html/resources/resources-data.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -727,6 +727,16 @@ var ANDROID_RESOURCES = [
727727
en: 'A sample application to demonstrate how to use voicemail content provider APIs in Android 4.0.'
728728
}
729729
},
730+
{
731+
tags: ['sample','newfeature', 'new'],
732+
path: 'samples/WiFiDirectDemo/index.html',
733+
title: {
734+
en: 'Wi-Fi Direct Demo'
735+
},
736+
description: {
737+
en: 'A demo application to demonstrate how to use Wi-Fi Direct APIs.'
738+
}
739+
},
730740
{
731741
tags: ['sample', 'ui', 'widgets'],
732742
path: 'samples/Wiktionary/index.html',
32.5 KB
Loading

0 commit comments

Comments
 (0)