diff --git a/Android.mk b/Android.mk index 9bd30fe6f6941..9b13f065b4daf 100644 --- a/Android.mk +++ b/Android.mk @@ -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" diff --git a/docs/html/resources/resources-data.js b/docs/html/resources/resources-data.js index 03a5c02ee6fab..06a0d51b558f8 100644 --- a/docs/html/resources/resources-data.js +++ b/docs/html/resources/resources-data.js @@ -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', diff --git a/docs/html/resources/samples/images/VoicemailProviderDemo.png b/docs/html/resources/samples/images/VoicemailProviderDemo.png new file mode 100644 index 0000000000000..1a45d7aa440ab Binary files /dev/null and b/docs/html/resources/samples/images/VoicemailProviderDemo.png differ