framework/base changes to add new voicemail provider sample.

Changes are primarily to include documentation for the new sample
code under resources tab of external android documentation.

Change-Id: If2b24e37819ae7d5145226681051605a96711ce2
This commit is contained in:
Debashish Chatterjee
2011-05-19 13:21:48 +01:00
parent f4fea9a903
commit acd6f5fcfa
3 changed files with 12 additions and 0 deletions

View File

@@ -433,6 +433,8 @@ web_docs_sample_code_flags := \
resources/samples/WiktionarySimple "Wiktionary (Simplified)" \
-samplecode $(sample_dir)/VoiceRecognitionService \
resources/samples/VoiceRecognitionService "Voice Recognition Service" \
-samplecode $(sample_dir)/VoicemailProviderDemo \
resources/samples/VoicemailProviderDemo "Voicemail Provider Demo" \
-samplecode $(sample_dir)/XmlAdapters \
resources/samples/XmlAdapters "XML Adapters"

View File

@@ -615,6 +615,16 @@ var ANDROID_RESOURCES = [
en: 'A set of samples that demonstrate how to use various features of the USB APIs.'
}
},
{
tags: ['sample', 'data', 'new'],
path: 'samples/VoicemailProviderDemo/index.html',
title: {
en: 'Voicemail Provider Demo'
},
description: {
en: 'A sample application to demonstrate how to use voicemail content provider APIs.'
}
},
{
tags: ['sample', 'ui', 'widgets'],
path: 'samples/Wiktionary/index.html',

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB