diff options
author | Fred Chung <fchung@google.com> | 2011-11-28 16:44:13 -0800 |
---|---|---|
committer | Fred Chung <fchung@google.com> | 2011-11-28 16:44:13 -0800 |
commit | 8e076fe774386762da21d78823f905751f2803d9 (patch) | |
tree | c0beacb5b7f8bca1405b5d577f76fd5f4a211c72 | |
parent | fe464a76d8fc858be971dbb5e67b1d22fd925347 (diff) | |
download | frameworks_base-8e076fe774386762da21d78823f905751f2803d9.zip frameworks_base-8e076fe774386762da21d78823f905751f2803d9.tar.gz frameworks_base-8e076fe774386762da21d78823f905751f2803d9.tar.bz2 |
Documentation for the VPN sample for ICS SDK.
Staging server: http://fredchung.i:9999/resources/samples/ToyVpn/index.html
Change-Id: I35a17374fc0d9d165cedc9d6e1052eaec0028ace
-rw-r--r-- | Android.mk | 2 | ||||
-rw-r--r-- | docs/html/resources/resources-data.js | 10 | ||||
-rwxr-xr-x | docs/html/resources/samples/images/vpn-confirmation.png | bin | 0 -> 60214 bytes |
3 files changed, 12 insertions, 0 deletions
@@ -462,6 +462,8 @@ web_docs_sample_code_flags := \ resources/samples/TicTacToeLib "TicTacToeLib" \ -samplecode $(sample_dir)/TicTacToeMain \ resources/samples/TicTacToeMain "TicTacToeMain" \ + -samplecode $(sample_dir)/ToyVpn \ + resources/samples/ToyVpn "Toy VPN Client" \ -samplecode $(sample_dir)/USB \ resources/samples/USB "USB" \ -samplecode $(sample_dir)/WeatherListWidget \ diff --git a/docs/html/resources/resources-data.js b/docs/html/resources/resources-data.js index a35e684..18f1547 100644 --- a/docs/html/resources/resources-data.js +++ b/docs/html/resources/resources-data.js @@ -718,6 +718,16 @@ var ANDROID_RESOURCES = [ } }, { + tags: ['sample', 'communication', 'new'], + path: 'samples/ToyVpn/index.html', + title: { + en: 'Toy VPN Client' + }, + description: { + en: 'A sample application that illustrates the creation of a custom VPN client.' + } + }, + { tags: ['sample', 'newfeature'], path: 'samples/USB/index.html', title: { diff --git a/docs/html/resources/samples/images/vpn-confirmation.png b/docs/html/resources/samples/images/vpn-confirmation.png Binary files differnew file mode 100755 index 0000000..ae2e583 --- /dev/null +++ b/docs/html/resources/samples/images/vpn-confirmation.png |