Home | History | Annotate | only in /frameworks/base/tests/RemoteDisplayProvider
Up to higher level directory
NameDateSize
Android.mk03-Dec-2014985
AndroidManifest.xml03-Dec-20141.5K
README03-Dec-2014664
res/03-Dec-2014
src/03-Dec-2014

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