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