In order to create a virtual display for a primary display in Android 11 you just use displayManager.createVirtualDisplay(…). The input to the function does not require you to give it a displayId and just assumes the primary display (displayId = 0). How can I create a virtual display for a secondary display, for example, displayId = 1?