summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTony Chan <htchan@google.com>2012-03-31 02:15:57 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2012-03-31 02:15:57 -0700
commitf4fde1035bb4fbf161c0800565d96cef2601bd24 (patch)
tree71830e41533da8c8787db775603438d66029c9e9
parentbc52ca28148a9a8f2935c380d9e97d56a75be416 (diff)
parent4ddfaeb5fe29d5dd3dbfd525e97723a972ea5a65 (diff)
downloadframeworks_base-f4fde1035bb4fbf161c0800565d96cef2601bd24.zip
frameworks_base-f4fde1035bb4fbf161c0800565d96cef2601bd24.tar.gz
frameworks_base-f4fde1035bb4fbf161c0800565d96cef2601bd24.tar.bz2
am 4ddfaeb5: Merge "sdk doc change: Added KeyChain API Demo" into ics-mr1
* commit '4ddfaeb5fe29d5dd3dbfd525e97723a972ea5a65': sdk doc change: Added KeyChain API Demo
-rw-r--r--Android.mk2
-rw-r--r--docs/html/resources/resources-data.js10
-rw-r--r--docs/html/resources/samples/images/KeyChainDemo1.pngbin0 -> 142236 bytes
-rwxr-xr-xdocs/html/resources/samples/images/KeyChainDemo2.pngbin0 -> 40334 bytes
-rwxr-xr-xdocs/html/resources/samples/images/KeyChainDemo3.pngbin0 -> 62468 bytes
-rwxr-xr-xdocs/html/resources/samples/images/KeyChainDemo4.pngbin0 -> 61334 bytes
6 files changed, 12 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index 5f4224b..3768a5a 100644
--- a/Android.mk
+++ b/Android.mk
@@ -445,6 +445,8 @@ web_docs_sample_code_flags := \
resources/samples/HoneycombGallery "Honeycomb Gallery" \
-samplecode $(sample_dir)/JetBoy \
resources/samples/JetBoy "JetBoy" \
+ -samplecode $(sample_dir)/KeyChainDemo \
+ resources/samples/KeyChainDemo "KeyChain Demo" \
-samplecode $(sample_dir)/LunarLander \
resources/samples/LunarLander "Lunar Lander" \
-samplecode $(sample_dir)/training/ads-and-ux \
diff --git a/docs/html/resources/resources-data.js b/docs/html/resources/resources-data.js
index 0b82aee..fb4225d 100644
--- a/docs/html/resources/resources-data.js
+++ b/docs/html/resources/resources-data.js
@@ -559,6 +559,16 @@ var ANDROID_RESOURCES = [
}
},
{
+ tags: ['sample', 'new'],
+ path: 'samples/KeyChainDemo/index.html',
+ title: {
+ en: 'KeyChain Demo'
+ },
+ description: {
+ en: 'A demo application to demonstrate how to use KeyChain APIs.'
+ }
+ },
+ {
tags: ['sample', 'gamedev', 'media'],
path: 'samples/LunarLander/index.html',
title: {
diff --git a/docs/html/resources/samples/images/KeyChainDemo1.png b/docs/html/resources/samples/images/KeyChainDemo1.png
new file mode 100644
index 0000000..d426c22
--- /dev/null
+++ b/docs/html/resources/samples/images/KeyChainDemo1.png
Binary files differ
diff --git a/docs/html/resources/samples/images/KeyChainDemo2.png b/docs/html/resources/samples/images/KeyChainDemo2.png
new file mode 100755
index 0000000..e181e58
--- /dev/null
+++ b/docs/html/resources/samples/images/KeyChainDemo2.png
Binary files differ
diff --git a/docs/html/resources/samples/images/KeyChainDemo3.png b/docs/html/resources/samples/images/KeyChainDemo3.png
new file mode 100755
index 0000000..acfdd89
--- /dev/null
+++ b/docs/html/resources/samples/images/KeyChainDemo3.png
Binary files differ
diff --git a/docs/html/resources/samples/images/KeyChainDemo4.png b/docs/html/resources/samples/images/KeyChainDemo4.png
new file mode 100755
index 0000000..a9101ab
--- /dev/null
+++ b/docs/html/resources/samples/images/KeyChainDemo4.png
Binary files differ