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?