diff options
| author | 2011-12-02 12:46:51 -0800 | |
|---|---|---|
| committer | 2011-12-02 12:46:51 -0800 | |
| commit | 25bcbbb5971e2832c3020ee406b27d641d4ca05b (patch) | |
| tree | ce587ad9e55cb61a0a418b88be766a0b0f60cbb2 | |
| parent | 6d90c1c6fedc7add177418324ba5e591af543fa4 (diff) | |
| parent | 431c3e4c7e2103865a90501a552b4e5145ed3f35 (diff) | |
am 431c3e4c: Merge "Documentation for the VPN sample for ICS SDK. Staging server: http://fredchung.i:9999/resources/samples/ToyVpn/index.html" into ics-mr0
* commit '431c3e4c7e2103865a90501a552b4e5145ed3f35':
Documentation for the VPN sample for ICS SDK. Staging server: http://fredchung.i:9999/resources/samples/ToyVpn/index.html
| -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
diff --git a/Android.mk b/Android.mk index 4cd85ece2959..80e681c6a805 100644 --- a/Android.mk +++ b/Android.mk @@ -478,6 +478,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 a35e6848f1b9..18f1547d0ed9 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 000000000000..ae2e58332089 --- /dev/null +++ b/docs/html/resources/samples/images/vpn-confirmation.png |