diff options
Diffstat (limited to 'docs/html/resources')
-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 6c5d882..d7700ee 100644 --- a/docs/html/resources/resources-data.js +++ b/docs/html/resources/resources-data.js @@ -408,6 +408,16 @@ var ANDROID_RESOURCES = [ } }, { + tags: ['sample', 'new'], + path: 'samples/AndroidBeam/index.html', + title: { + en: 'Android Beam' + }, + description: { + en: 'An example of how to use the Android Beam feature to send messages between two Android-powered devices (API level 14 or later) that support NFC.' + } + }, + { tags: ['sample', 'layout', 'ui'], path: 'samples/ApiDemos/index.html', title: { |