Skip to content

Commit af71f32

Browse files
Tony ChanAndroid Git Automerger
authored andcommitted
am 2963ae3: am 4ddfaeb: Merge "sdk doc change: Added KeyChain API Demo" into ics-mr1
* commit '2963ae34fe760211028c7a0d74e81a3dd5801f98': sdk doc change: Added KeyChain API Demo
2 parents b821a1f + 2963ae3 commit af71f32

File tree

6 files changed

+12
-0
lines changed

6 files changed

+12
-0
lines changed

Android.mk

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -443,6 +443,8 @@ web_docs_sample_code_flags := \
443443
resources/samples/HoneycombGallery "Honeycomb Gallery" \
444444
-samplecode $(sample_dir)/JetBoy \
445445
resources/samples/JetBoy "JetBoy" \
446+
-samplecode $(sample_dir)/KeyChainDemo \
447+
resources/samples/KeyChainDemo "KeyChain Demo" \
446448
-samplecode $(sample_dir)/LunarLander \
447449
resources/samples/LunarLander "Lunar Lander" \
448450
-samplecode $(sample_dir)/training/ads-and-ux \

docs/html/resources/resources-data.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -558,6 +558,16 @@ var ANDROID_RESOURCES = [
558558
en: 'A game that demonstrates the SONiVOX JET interactive music technology, with <code><a href="/reference/android/media/JetPlayer.html">JetPlayer</a></code>.'
559559
}
560560
},
561+
{
562+
tags: ['sample', 'new'],
563+
path: 'samples/KeyChainDemo/index.html',
564+
title: {
565+
en: 'KeyChain Demo'
566+
},
567+
description: {
568+
en: 'A demo application to demonstrate how to use KeyChain APIs.'
569+
}
570+
},
561571
{
562572
tags: ['sample', 'gamedev', 'media'],
563573
path: 'samples/LunarLander/index.html',
139 KB
Loading
39.4 KB
Loading
61 KB
Loading
59.9 KB
Loading

0 commit comments

Comments
 (0)