DisplayManager
private void showOtherDisPlay() {
DisplayManager displayManager = (DisplayManager) this.getSystemService(Context.DISPLAY_SERVICE);
presentationDisplays = displayManager.getDisplays();
if (presentationDisplays.length > 1) {
presentation = new DifferentDisplay(getApplicationContext(), presentationDisplays[1]);
presentation.getWindow().setType(WindowManager.LayoutParams.TYPE<