Skip to content

Commit b927ec1

Browse files
committed
Mark random music player sample as updated in the resource TOC
Change-Id: I26b387ff62d56a276bef10c3c943c3baf5646a39
1 parent 966222e commit b927ec1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/html/resources/resources-data.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -558,13 +558,13 @@ var ANDROID_RESOURCES = [
558558
}
559559
},
560560
{
561-
tags: ['sample', 'media' ],
561+
tags: ['sample', 'media', 'updated'],
562562
path: 'samples/RandomMusicPlayer/index.html',
563563
title: {
564564
en: 'Random Music Player'
565565
},
566566
description: {
567-
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.'
567+
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.'
568568
}
569569
},
570570
{

0 commit comments

Comments
 (0)