aosp12/frameworks/base/tests/RemoteDisplayProvider
hcl 7be3fd486c init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
..
res init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
src/com/android/media/remotedisplay/test init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
Android.bp init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
AndroidManifest.xml init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
README init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00

README

This directory contains sample code to test system integration with
remote display providers using the API declared by the
com.android.media.remotedisplay.jar library.

--- DESCRIPTION ---

The application registers a service that publishes a few different
remote display routes.  Behavior can be controlled by modifying the
code.

To exercise the provider, use System UI features for connecting to
wireless displays or launch an activity that uses the MediaRouter,
such as the PresentationWithMediaRouterActivity in ApiDemos.

This code is mainly intended for development and not meant to be
used as an example implementation of a robust remote display provider.