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

Commit 526c2264 authored by Roman Nurik's avatar Roman Nurik Committed by Android (Google) Code Review
Browse files

Merge "Mark random music player sample as updated in the resource TOC"

parents beedd862 b927ec19
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -578,13 +578,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.'
    }
  },
  {