diff options
author | Tony Chan <htchan@google.com> | 2012-03-29 01:33:08 +0800 |
---|---|---|
committer | Tony Chan <htchan@google.com> | 2012-03-30 11:13:43 +0800 |
commit | c95a74d301f3f37e6c91edbd8e7c94d1452b6e35 (patch) | |
tree | 67fe25bbca6943ad3b6b35d47f9e9870fb87273c /docs/html | |
parent | bd26ba4871078aa85024320040de35995e90924b (diff) | |
download | frameworks_base-c95a74d301f3f37e6c91edbd8e7c94d1452b6e35.zip frameworks_base-c95a74d301f3f37e6c91edbd8e7c94d1452b6e35.tar.gz frameworks_base-c95a74d301f3f37e6c91edbd8e7c94d1452b6e35.tar.bz2 |
sdk doc change: Added KeyChain API Demo
Change-Id: I8ea879bf30f933c745e33dafa6591fce77251eb6
Diffstat (limited to 'docs/html')
-rw-r--r-- | docs/html/resources/resources-data.js | 10 | ||||
-rw-r--r-- | docs/html/resources/samples/images/KeyChainDemo1.png | bin | 0 -> 142236 bytes | |||
-rwxr-xr-x | docs/html/resources/samples/images/KeyChainDemo2.png | bin | 0 -> 40334 bytes | |||
-rwxr-xr-x | docs/html/resources/samples/images/KeyChainDemo3.png | bin | 0 -> 62468 bytes | |||
-rwxr-xr-x | docs/html/resources/samples/images/KeyChainDemo4.png | bin | 0 -> 61334 bytes |
5 files changed, 10 insertions, 0 deletions
diff --git a/docs/html/resources/resources-data.js b/docs/html/resources/resources-data.js index 8ad970b..cccd751 100644 --- a/docs/html/resources/resources-data.js +++ b/docs/html/resources/resources-data.js @@ -548,6 +548,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 Binary files differnew file mode 100644 index 0000000..d426c22 --- /dev/null +++ b/docs/html/resources/samples/images/KeyChainDemo1.png diff --git a/docs/html/resources/samples/images/KeyChainDemo2.png b/docs/html/resources/samples/images/KeyChainDemo2.png Binary files differnew file mode 100755 index 0000000..e181e58 --- /dev/null +++ b/docs/html/resources/samples/images/KeyChainDemo2.png diff --git a/docs/html/resources/samples/images/KeyChainDemo3.png b/docs/html/resources/samples/images/KeyChainDemo3.png Binary files differnew file mode 100755 index 0000000..acfdd89 --- /dev/null +++ b/docs/html/resources/samples/images/KeyChainDemo3.png diff --git a/docs/html/resources/samples/images/KeyChainDemo4.png b/docs/html/resources/samples/images/KeyChainDemo4.png Binary files differnew file mode 100755 index 0000000..a9101ab --- /dev/null +++ b/docs/html/resources/samples/images/KeyChainDemo4.png |