aboutsummaryrefslogtreecommitdiff
path: root/media/MediaBrowserService/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'media/MediaBrowserService/README.md')
-rw-r--r--media/MediaBrowserService/README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/media/MediaBrowserService/README.md b/media/MediaBrowserService/README.md
index d2f34f46..1f4333a5 100644
--- a/media/MediaBrowserService/README.md
+++ b/media/MediaBrowserService/README.md
@@ -18,7 +18,7 @@ Introduction
To implement a MediaBrowserService, you need to:
-- Extend android.service.media.MediaBrowserService, implementing the media
+- Extend MediaBrowserServiceCompat, implementing the media
browsing related methods onGetRoot and onLoadChildren;
- In onCreate, start a new MediaSession and call super.setSessionToken() with
@@ -72,8 +72,8 @@ To make it compatible with Android Auto, you also need to:
Pre-requisites
--------------
-- Android SDK 24
-- Android Build Tools v24.0.2
+- Android SDK 25
+- Android Build Tools v25.0.2
- Android Support Repository
Screenshots
@@ -102,7 +102,7 @@ submitting a pull request through GitHub. Please see CONTRIBUTING.md for more de
License
-------
-Copyright 2016 The Android Open Source Project, Inc.
+Copyright 2017 The Android Open Source Project, Inc.
Licensed to the Apache Software Foundation (ASF) under one or more contributor
license agreements. See the NOTICE file distributed with this work for