Mark sample as deprecated in template.
am: 9ca14955aa

Change-Id: Ie7deef6973729c28ee038c7f74ff49b2106f16eb
diff --git a/media/MediaBrowserService/template-params.xml b/media/MediaBrowserService/template-params.xml
index 9abe212..b7f6f72 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 @@
     <template src="base-application" />
 
     <metadata>
-    <status>PUBLISHED</status>
+    <status>DEPRECATED</status>
     <categories>Media</categories>
     <technologies>Android</technologies>
     <languages>Java</languages>
@@ -62,6 +58,10 @@
     </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.