Skip to content

Commit 526c226

Browse files
romannurikAndroid (Google) Code Review
authored andcommitted
Merge "Mark random music player sample as updated in the resource TOC"
2 parents beedd86 + b927ec1 commit 526c226

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
@@ -578,13 +578,13 @@ var ANDROID_RESOURCES = [
578578
}
579579
},
580580
{
581-
tags: ['sample', 'media' ],
581+
tags: ['sample', 'media', 'updated'],
582582
path: 'samples/RandomMusicPlayer/index.html',
583583
title: {
584584
en: 'Random Music Player'
585585
},
586586
description: {
587-
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.'
587+
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.'
588588
}
589589
},
590590
{

0 commit comments

Comments
 (0)