diff --git a/Android.mk b/Android.mk index e3406eaa16611..c838600c0a71e 100644 --- a/Android.mk +++ b/Android.mk @@ -437,6 +437,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 7751c821f3dff..8d9b7b187b578 100644 --- a/docs/html/resources/resources-data.js +++ b/docs/html/resources/resources-data.js @@ -625,6 +625,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