diff options
Diffstat (limited to 'docs/html/resources/resources-data.js')
-rw-r--r-- | docs/html/resources/resources-data.js | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/html/resources/resources-data.js b/docs/html/resources/resources-data.js index 9267373..2816dc9 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: { |