Android Launcher orientation fix
Posted by Xenosb on Sep 22, 2015; 9:17am
URL: https://forum.jogamp.org/Android-Launcher-orientation-fix-tp4035343.html
Hi,
we had to develop a few Android application with fixed orientation. Since JOGL Android launcher overrides preferences set in our apk I disassembled JOGL launcher apk and added two new intents to manifest. One sets orientation to be portrait, one landscape and one is default auto rotate. Depending on your call, you can set your application to be portrait or landscape.
I can make those changes and commit them but i can't find the right repository to do that.