File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed
Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff 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 \
Original file line number Diff line number Diff 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' ,
You can’t perform that action at this time.
0 commit comments