diff options
author | Roman Nurik <romannurik@google.com> | 2011-09-30 18:15:13 -0700 |
---|---|---|
committer | Roman Nurik <romannurik@google.com> | 2011-09-30 18:15:13 -0700 |
commit | b927ec199c8d6d11f16f94a936352cbe842187b2 (patch) | |
tree | 405272e077c58eccdde39736bc0f7308b91f27a4 | |
parent | 966222ef24a5d746e4fa84c8ea8bc2e718c78042 (diff) | |
download | frameworks_base-b927ec199c8d6d11f16f94a936352cbe842187b2.zip frameworks_base-b927ec199c8d6d11f16f94a936352cbe842187b2.tar.gz frameworks_base-b927ec199c8d6d11f16f94a936352cbe842187b2.tar.bz2 |
Mark random music player sample as updated in the resource TOC
Change-Id: I26b387ff62d56a276bef10c3c943c3baf5646a39
-rw-r--r-- | docs/html/resources/resources-data.js | 4 |
1 files changed, 2 insertions, 2 deletions
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.' } }, { |