Skip to content

Commit c95a74d

Browse files
author
Tony Chan
committed
sdk doc change: Added KeyChain API Demo
Change-Id: I8ea879bf30f933c745e33dafa6591fce77251eb6
1 parent bd26ba4 commit c95a74d

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
@@ -547,6 +547,16 @@ var ANDROID_RESOURCES = [
547547
en: 'A game that demonstrates the SONiVOX JET interactive music technology, with <code><a href="/reference/android/media/JetPlayer.html">JetPlayer</a></code>.'
548548
}
549549
},
550+
{
551+
tags: ['sample', 'new'],
552+
path: 'samples/KeyChainDemo/index.html',
553+
title: {
554+
en: 'KeyChain Demo'
555+
},
556+
description: {
557+
en: 'A demo application to demonstrate how to use KeyChain APIs.'
558+
}
559+
},
550560
{
551561
tags: ['sample', 'gamedev', 'media'],
552562
path: 'samples/LunarLander/index.html',
139 KB
Loading
39.4 KB
Loading
61 KB
Loading
59.9 KB
Loading

0 commit comments

Comments
 (0)