Merge "Documentation for the VPN sample for ICS SDK. Staging server: http://fredchung.i:9999/resources/samples/ToyVpn/index.html" into ics-mr0

This commit is contained in:
Chia-chi Yeh
2011-12-02 12:45:44 -08:00
committed by Android (Google) Code Review
3 changed files with 12 additions and 0 deletions

View File

@@ -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 \

View File

@@ -717,6 +717,16 @@ var ANDROID_RESOURCES = [
en: 'Demonstrates how an application can make use of shared code and resources stored in an Android library project.'
}
},
{
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',

Binary file not shown.

After

Width:  |  Height:  |  Size: 59 KiB