diff options
| author | Roman Nurik <romannurik@google.com> | 2011-10-06 10:11:32 -0700 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2011-10-06 10:11:32 -0700 |
| commit | 526c2264d87ce123f93d1b5e744e4f03b4bd49a9 (patch) | |
| tree | b955035197c3129ee0ad9cf855309c46205aa6c4 /docs/html/resources | |
| parent | beedd8627a82007de61480c9e794dd967b708ded (diff) | |
| parent | b927ec199c8d6d11f16f94a936352cbe842187b2 (diff) | |
| download | frameworks_base-526c2264d87ce123f93d1b5e744e4f03b4bd49a9.zip frameworks_base-526c2264d87ce123f93d1b5e744e4f03b4bd49a9.tar.gz frameworks_base-526c2264d87ce123f93d1b5e744e4f03b4bd49a9.tar.bz2 | |
Merge "Mark random music player sample as updated in the resource TOC"
Diffstat (limited to 'docs/html/resources')
| -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 9267373..c0a2284 100644 --- a/docs/html/resources/resources-data.js +++ b/docs/html/resources/resources-data.js @@ -578,13 +578,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.' } }, { |
