aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2019-05-23 13:15:28 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2019-05-23 13:15:28 +0000
commitc7e030203e2d1a646912b62b7ef6f623697b047d (patch)
tree83bf900f996429e595be7e16b2aba652d3cf849e
parentd8e0f7573ea4e830e0f506a9cd2711b91c95965b (diff)
parenta367dc4db66807f71d7c3f1cd8d67910335b2394 (diff)
downloadandroid10-mainline-release.tar.gz
Snap for 5587456 from a367dc4db66807f71d7c3f1cd8d67910335b2394 to qt-aml-releaseandroid-mainline-10.0.0_r3android-mainline-10.0.0_r1android10-mainline-release
Change-Id: I3bf9f52fda0502c27760682f870d54a689ccae01
-rw-r--r--media/MediaBrowserService/template-params.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/media/MediaBrowserService/template-params.xml b/media/MediaBrowserService/template-params.xml
index 9abe2120..b7f6f722 100644
--- a/media/MediaBrowserService/template-params.xml
+++ b/media/MediaBrowserService/template-params.xml
@@ -29,11 +29,7 @@
<strings>
<intro>
- <![CDATA[
-This sample shows how to implement an audio media app that provides
-media library metadata and playback controls through a standard
-service. It exposes a simple music library through the new
-MediaBrowserService and provides MediaSession callbacks.]]>
+ <![CDATA[ This sample is DEPRECATED. ]]>
</intro>
</strings>
@@ -42,7 +38,7 @@ MediaBrowserService and provides MediaSession callbacks.]]>
<template src="base-application" />
<metadata>
- <status>PUBLISHED</status>
+ <status>DEPRECATED</status>
<categories>Media</categories>
<technologies>Android</technologies>
<languages>Java</languages>
@@ -62,6 +58,10 @@ MediaBrowserService and provides MediaSession callbacks.]]>
</api_refs>
<description>
<![CDATA[
+This sample is deprecated. See the
+[Universal Android Music Player](https://github.com/googlesamples/android-UniversalMusicPlayer)
+sample for a more complete solution for using a MediaSession and MediaBrowserService.
+
This sample shows how to implement a media app that allows
background playback of audio, and provide a media library
that is exposed to other apps.