Skip to content

Commit df5d7c8

Browse files
scottamainAndroid (Google) Code Review
authored andcommitted
Merge "adding Android Beam sample"
2 parents 5390260 + d8afdb4 commit df5d7c8

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

Android.mk

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -400,6 +400,8 @@ web_docs_sample_code_flags := \
400400
resources/samples/AccessibilityService "Accessibility Service" \
401401
-samplecode $(sample_dir)/AccelerometerPlay \
402402
resources/samples/AccelerometerPlay "Accelerometer Play" \
403+
-samplecode $(sample_dir)/AndroidBeam \
404+
resources/samples/AndroidBeam "Android Beam" \
403405
-samplecode $(sample_dir)/ApiDemos \
404406
resources/samples/ApiDemos "API Demos" \
405407
-samplecode $(sample_dir)/Support4Demos \

docs/html/resources/resources-data.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -407,6 +407,16 @@ var ANDROID_RESOURCES = [
407407
en: 'Illustrates an accessibility service that provides custom feedback for the Clock application which comes by default with Android devices'
408408
}
409409
},
410+
{
411+
tags: ['sample', 'new'],
412+
path: 'samples/AndroidBeam/index.html',
413+
title: {
414+
en: 'Android Beam'
415+
},
416+
description: {
417+
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.'
418+
}
419+
},
410420
{
411421
tags: ['sample', 'layout', 'ui'],
412422
path: 'samples/ApiDemos/index.html',

0 commit comments

Comments
 (0)