OSDN Git Service

DO NOT MERGE. Grant MMS Uri permissions as the calling UID. am: 3f3da42ef9
[android-x86/frameworks-base.git] / tests / RemoteDisplayProvider / README
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.