From c0aeb67784f9eebbd6891168907e9a258046aa42 Mon Sep 17 00:00:00 2001
From: Roman Nurik
Date: Thu, 6 Oct 2011 17:26:29 -0700
Subject: [PATCH] Update _index.html in RandomMusicPlayer sample for ICS
Change-Id: I52872e491d9b5976264eb4fd87640be50e5ebc3d
---
samples/RandomMusicPlayer/_index.html | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/samples/RandomMusicPlayer/_index.html b/samples/RandomMusicPlayer/_index.html
index 657e6c48c..f719fadf0 100644
--- a/samples/RandomMusicPlayer/_index.html
+++ b/samples/RandomMusicPlayer/_index.html
@@ -4,5 +4,10 @@ available on the device or specify a URL from which the media should be
streamed. It also illustrates how to use the notification system to indicate
an ongoing task and how to deal with audio focus changes.
+Update: This sample also illustrates how to use the
+RemoteControlClient
+class added in API level 14 to integrate with music playback remote controls
+such as those found on the lockscreen.
+