In API 17, Android introduced the ability to present content on secondary displays. They say that content can be shown on any display that is connected to the device by either a wired connection or WiFi. You can even get the list of connected displays with the DisplayManager
class. What I want to know is, what qualifies an Android "display"? What types of devices can I use as secondary displays using the DisplayManager
class?
API 17 Link:http://developer.android.com/about/versions/android-4.2.html DisplayManager:http://developer.android.com/reference/android/hardware/display/DisplayManager.html