Skip to content

Commit 431c3e4

Browse files
Chia-chi YehAndroid (Google) Code Review
authored andcommitted
Merge "Documentation for the VPN sample for ICS SDK. Staging server: http://fredchung.i:9999/resources/samples/ToyVpn/index.html" into ics-mr0
2 parents cd0e446 + 8e076fe commit 431c3e4

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
@@ -462,6 +462,8 @@ web_docs_sample_code_flags := \
462462
resources/samples/TicTacToeLib "TicTacToeLib" \
463463
-samplecode $(sample_dir)/TicTacToeMain \
464464
resources/samples/TicTacToeMain "TicTacToeMain" \
465+
-samplecode $(sample_dir)/ToyVpn \
466+
resources/samples/ToyVpn "Toy VPN Client" \
465467
-samplecode $(sample_dir)/USB \
466468
resources/samples/USB "USB" \
467469
-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)