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

Commit 31beb6db authored by Debashish Chatterjee's avatar Debashish Chatterjee Committed by Android (Google) Code Review
Browse files

Merge "framework/base changes to add new voicemail provider sample."

parents 8c1132e3 acd6f5fc
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -437,6 +437,8 @@ web_docs_sample_code_flags := \
		            resources/samples/WiktionarySimple "Wiktionary (Simplified)" \
		            resources/samples/WiktionarySimple "Wiktionary (Simplified)" \
		-samplecode $(sample_dir)/VoiceRecognitionService \
		-samplecode $(sample_dir)/VoiceRecognitionService \
		            resources/samples/VoiceRecognitionService "Voice Recognition Service" \
		            resources/samples/VoiceRecognitionService "Voice Recognition Service" \
		-samplecode $(sample_dir)/VoicemailProviderDemo \
		            resources/samples/VoicemailProviderDemo "Voicemail Provider Demo" \
		-samplecode $(sample_dir)/XmlAdapters \
		-samplecode $(sample_dir)/XmlAdapters \
		            resources/samples/XmlAdapters "XML Adapters"
		            resources/samples/XmlAdapters "XML Adapters"


+10 −0
Original line number Original line Diff line number Diff line
@@ -625,6 +625,16 @@ var ANDROID_RESOURCES = [
      en: 'A set of samples that demonstrate how to use various features of the USB APIs.'
      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'],
    tags: ['sample', 'ui', 'widgets'],
    path: 'samples/Wiktionary/index.html',
    path: 'samples/Wiktionary/index.html',
+33.3 KiB
Loading image diff...