adding Android Beam sample

Change-Id: I30df24bc41fe61ebaab29f23a8df54f2c9599394
This commit is contained in:
Robert Ly
2011-10-04 16:57:09 -07:00
parent d87448f7a7
commit d8afdb49ff
2 changed files with 12 additions and 0 deletions

View File

@@ -407,6 +407,16 @@ var ANDROID_RESOURCES = [
en: 'Illustrates an accessibility service that provides custom feedback for the Clock application which comes by default with Android devices'
}
},
{
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',