Files
rk35xx-android14/frameworks/base/tests/RemoteDisplayProvider/README
T
hmz007 36ed224bac Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a)
Signed-off-by: hmz007 <hmz007@gmail.com>
Change-Id: Ib87fdbe7a0be7dc961af3500fe9ea4589a127f9f
2024-10-29 18:12:02 +08:00

17 lines
664 B
Plaintext

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.