From b927ec199c8d6d11f16f94a936352cbe842187b2 Mon Sep 17 00:00:00 2001 From: Roman Nurik Date: Fri, 30 Sep 2011 18:15:13 -0700 Subject: Mark random music player sample as updated in the resource TOC Change-Id: I26b387ff62d56a276bef10c3c943c3baf5646a39 --- docs/html/resources/resources-data.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/html/resources') diff --git a/docs/html/resources/resources-data.js b/docs/html/resources/resources-data.js index 6c5d882..1dd37e5 100644 --- a/docs/html/resources/resources-data.js +++ b/docs/html/resources/resources-data.js @@ -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.' } }, { -- cgit v1.1