Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8e076fe7 authored by Fred Chung's avatar Fred Chung
Browse files

Documentation for the VPN sample for ICS SDK.

Staging server: http://fredchung.i:9999/resources/samples/ToyVpn/index.html

Change-Id: I35a17374fc0d9d165cedc9d6e1052eaec0028ace
parent fe464a76
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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 \
+10 −0
Original line number Diff line number Diff line
@@ -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',
+58.8 KiB
Loading image diff...