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<

最低0.47元/天 解锁文章
592

被折叠的 条评论
为什么被折叠?



