Skip to content

Commit 25bcbbb

Browse files
Chia-chi YehAndroid Git Automerger
authored andcommitted
am 431c3e4: 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
2 parents 6d90c1c + 431c3e4 commit 25bcbbb

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

Android.mk

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -478,6 +478,8 @@ web_docs_sample_code_flags := \
478478
resources/samples/TicTacToeLib "TicTacToeLib" \
479479
-samplecode $(sample_dir)/TicTacToeMain \
480480
resources/samples/TicTacToeMain "TicTacToeMain" \
481+
-samplecode $(sample_dir)/ToyVpn \
482+
resources/samples/ToyVpn "Toy VPN Client" \
481483
-samplecode $(sample_dir)/USB \
482484
resources/samples/USB "USB" \
483485
-samplecode $(sample_dir)/WeatherListWidget \

docs/html/resources/resources-data.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -717,6 +717,16 @@ var ANDROID_RESOURCES = [
717717
en: 'Demonstrates how an application can make use of shared code and resources stored in an Android library project.'
718718
}
719719
},
720+
{
721+
tags: ['sample', 'communication', 'new'],
722+
path: 'samples/ToyVpn/index.html',
723+
title: {
724+
en: 'Toy VPN Client'
725+
},
726+
description: {
727+
en: 'A sample application that illustrates the creation of a custom VPN client.'
728+
}
729+
},
720730
{
721731
tags: ['sample', 'newfeature'],
722732
path: 'samples/USB/index.html',
58.8 KB
Loading

0 commit comments

Comments
 (0)