DISPLAY_CATEGORY_PRESENTATION top-level constant
String
const DISPLAY_CATEGORY_PRESENTATION
Display category: secondary display.
This category can be used to identify secondary displays that are suitable for use as presentation displays such as HDMI or Wireless displays. Applications may automatically project their content to presentation displays to provide richer second screen experiences.
Use the following methods to query the real display area: [DisplayManager.getDisplays], [DisplayManager.getNameByDisplayId], [DisplayManager.getNameByIndex], [DisplayManager.showSecondaryDisplay], [DisplayManager.transferDataToPresentation], [DisplayManager.hideSecondaryDisplay]
Implementation
const String DISPLAY_CATEGORY_PRESENTATION =
"android.hardware.display.category.PRESENTATION";