1This 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. 17