Questions tagged [android-multi-display]
9 questions
3
votes
0 answers
Show keyboard programmatically on specific display in Android app for multiscreen device
I have Android app in multiscreen device. In this code:
DisplayManager displayManager = (DisplayManager) getContext().getSystemService(Context.DISPLAY_SERVICE);
Display[] displays = displayManager.getDisplays();
displays array size is 2.
And my…

Alex D.
- 1,424
- 15
- 40
1
vote
1 answer
How to launch application on the second screen on Multi Display devices
I am working on an Android application intended to run only on devices with two screens (running API 29). I have two somewhat related questions:
1. Is it possible to launch the application directly on the second display instead of primary display?…

hamrosvet
- 1,178
- 12
- 15
1
vote
0 answers
Screen projection not supported on secondary displays
I have a following setup Android Device connected to 2 physical Displays
Display 21442613134359552 (HWC display 0): port=0 pnpId=XXX displayName="XXXMaster"
Display 21442613134359553 (HWC display 1): port=1 pnpId=XXX displayName="XXXMaster"
I'm…

Viktor Apoyan
- 10,655
- 22
- 85
- 147
0
votes
0 answers
Restricting access to built-in secondary display in Android
I have a device with a built-in secondary display (i.e., a physical display). I can root that device and access its configuration and file system.
I'm looking for a way to restrict access to the secondary display, something along the lines of "only…
0
votes
0 answers
[android 12, 13]Display Content to Second Display and do simulate click and inputs on Second Display
No, sorry. External displays are display-only in standard Android. You can collect input on the primary display (e.g., your phone or tablet) and use that to affect the contents on the external display (e.g., call pageDown() or pageUp() on the…
0
votes
0 answers
Does Android support different refresh rates for different screens?
It is common to encounter multi display situations in vehicular scenes, but the hardware specifications of multiple displays may be different. Some display support 90HZ refresh rate, while others only support 60HZ refresh rate. So we need android to…
0
votes
0 answers
Is there a way to view Android Studio's layout inspector for multiple displays?
I'm working on an app that launches an activity on an external display. When I load the layout inspector in Android Studio I can only see the layout for Activity B (on the external) and want to see the layout for Activity A (on the…

Scott Susman
- 31
- 2
0
votes
0 answers
Android multi display - Custom system navigation bar
I'm using Android multi display and displaying my custom launcher on secondary display like monitor. I want to customize monitor's system navigation bar like in Zebra work station connect.
I tried using below code and hide default navigation bar by…

Srikanth
- 1,555
- 12
- 20
0
votes
0 answers
Is displaylink detected as (second) screen in Android
Displaylink has an app that can be installed in Android to attach a second screen to an android system. This mirrors the screen true the displaylink docking station to a screen attached to the docking station.
I curious if this is seen as second…

Fantagon
- 1
- 1