aboutsummaryrefslogtreecommitdiff
path: root/media
diff options
context:
space:
mode:
authorNicole Borrelli <borrelli@google.com>2019-05-20 13:36:49 -0700
committerandroid-build-merger <android-build-merger@google.com>2019-05-20 13:36:49 -0700
commit499a953e80ad65ef892f8200490e68968e32a94a (patch)
tree83bf900f996429e595be7e16b2aba652d3cf849e /media
parent6ab1c406758ece1beb160e44c8cc06ea472553cd (diff)
parent9ca14955aa5e47588a9407e9fd373cac027fd2ae (diff)
downloadandroid-499a953e80ad65ef892f8200490e68968e32a94a.tar.gz
Mark sample as deprecated in template.android10-dev
am: 9ca14955aa Change-Id: Ie7deef6973729c28ee038c7f74ff49b2106f16eb
Diffstat (limited to 'media')
-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.