blob: 8bf0130bd800e8607342f00ba217cddb07887f07 [file] [log] [blame]
Jeff Brown69b07162013-11-07 00:30:16 -08001This directory contains sample code to test system integration with
2remote display providers using the API declared by the
3com.android.media.remotedisplay.jar library.
4
5--- DESCRIPTION ---
6
7The application registers a service that publishes a few different
8remote display routes. Behavior can be controlled by modifying the
9code.
10
11To exercise the provider, use System UI features for connecting to
12wireless displays or launch an activity that uses the MediaRouter,
13such as the PresentationWithMediaRouterActivity in ApiDemos.
14
15This code is mainly intended for development and not meant to be
16used as an example implementation of a robust remote display provider.