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

Commit acd6f5fc authored by Debashish Chatterjee's avatar Debashish Chatterjee
Browse files

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
parent f4fea9a9
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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"

+10 −0
Original line number Diff line number Diff line
@@ -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',
+33.3 KiB
Loading image diff...