Lines Matching refs:a
5 This sample shows how to implement a media app that allows
6 background playback of audio, and provide a media library
11 2. It exposes a simple music library through MediaBrowserService.
14 When not connected to a car, the app has a very simple UI that
25 To implement a MediaBrowserService, you need to:
30 - In onCreate, start a new MediaSession and call super.setSessionToken() with
33 - Set a MediaSession.Callback class on the MediaSession. The callback class
49 - Declare a meta-data tag in AndroidManifest.xml linking to a xml resource
50 with a automotiveApp root element. For a media app, this must include
51 an <uses name="media"/> element as a child.
106 submitting a pull request through GitHub. Please see CONTRIBUTING.md for more details.
117 use this file except in compliance with the License. You may obtain a copy of