Thanks! From what I know, the game mode setting is mainly in the AndroidManifest, and you can't change the mode directly in Java code. Instead, you can check the current mode.
Game mode is optional in API 31 and 32, so not all devices will have it. However, starting from API 33, it's available on all devices.
I'm not very experienced in converting Manifest code to B4A, but here's what should enable the various modes. I'd appreciate any assistance in creating a B4A example code.
A Computer Science portal for geeks. It contains well written, well thought and well explained computer science and programming articles, quizzes and practice/competitive programming/company interview Questions.
www.geeksforgeeks.org