Skip to content

Commit 33210ec

Browse files
scottamainAndroid (Google) Code Review
authored andcommitted
Merge "change android beam sample name" into ics-mr0
2 parents 1a59c7e + 49eb519 commit 33210ec

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Android.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -402,8 +402,8 @@ web_docs_sample_code_flags := \
402402
resources/samples/AccelerometerPlay "Accelerometer Play" \
403403
-samplecode $(sample_dir)/ActionBarCompat \
404404
resources/samples/ActionBarCompat "Action Bar Compatibility" \
405-
-samplecode $(sample_dir)/AndroidBeam \
406-
resources/samples/AndroidBeam "Android Beam" \
405+
-samplecode $(sample_dir)/AndroidBeamDemo \
406+
resources/samples/AndroidBeam "Android Beam Demo" \
407407
-samplecode $(sample_dir)/ApiDemos \
408408
resources/samples/ApiDemos "API Demos" \
409409
-samplecode $(sample_dir)/Support4Demos \

docs/html/resources/resources-data.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -419,9 +419,9 @@ var ANDROID_RESOURCES = [
419419
},
420420
{
421421
tags: ['sample', 'new'],
422-
path: 'samples/AndroidBeam/index.html',
422+
path: 'samples/AndroidBeamDemo/index.html',
423423
title: {
424-
en: 'Android Beam'
424+
en: 'Android Beam Demo'
425425
},
426426
description: {
427427
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.'

0 commit comments

Comments
 (0)