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

Commit b927ec19 authored by Roman Nurik's avatar Roman Nurik
Browse files

Mark random music player sample as updated in the resource TOC

Change-Id: I26b387ff62d56a276bef10c3c943c3baf5646a39
parent 966222ef
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -558,13 +558,13 @@ var ANDROID_RESOURCES = [
    }
  },
  {
    tags: ['sample', 'media' ],
    tags: ['sample', 'media', 'updated'],
    path: 'samples/RandomMusicPlayer/index.html',
    title: {
      en: 'Random Music Player'
    },
    description: {
      en: 'Demonstrates how to write a multimedia application that plays music from the device and from URLs. It manages media playback from a service and can play music in the background, respecting audio focus changes.'
      en: 'Demonstrates how to write a multimedia application that plays music from the device and from URLs. It manages media playback from a service and can play music in the background, respecting audio focus changes. Also shows how to use the new Remote Control APIs in API level 14.'
    }
  },
  {