881a9872e7
com.android.media.remotedisplay is built with java_sdk_library and api files are added by running "make update-api". The com.android.media.remotedisplay.xml is removed since it will be made auto generation by soong when the library is built with java_sdk_library. Bug:77577799 Test: make -j Test: make checkapi Test: adb shell cmd package list libraries |\ grep com.android.media.remotedisplay And check the com.android.media.remotedisplay library Merged-In: I40e2d5456877a434f7c1ae70b6ec3692db106537 Change-Id: I40e2d5456877a434f7c1ae70b6ec3692db106537 (cherry picked from commit 6e038837be37747ddabca2a7d8aaa3a182056b95)
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.