Making a full-screen 2D app

I have an Android app (made for phones) that I want to use on my headset. But, the screen in the headset remains only as small as a phone screen is (a small rectangle), which is a problem because my app streams video, often with text, and due to the screen size it is completely unreadable and unusable. I’ve tried manually changing the screen size in the app, adjusting the device settings, updating my app to use Jetpack Compose, and simulating the same method the headset’s browser uses (which is the size of screen I want!). Nothing has worked. I can’t even turn the app horizontally to see my video better.

Does anyone know how can I update my app, or my headset settings, to display my app on a larger screen?

Magic Leap 2 only displays Android Applications in portrait mode at the existing size due to the FoV of the device. Unfortunately, there is no way to change this and this type of configuration is not on our roadmap. But I will mark this ticket as feedback for our voice of customer team.