-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Mark app as a game? #20268
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
How exactly do you do that? |
|
This might help https://stackoverflow.com/questions/50174122/non-game-app-gets-treated-as-game-by-samsung-game-launcher And based on https://gist.github.com/Adnan-Bacic/718eb3b4e70380696c91dc21c4804112
We probably need to contact Samsung to add our AppId into their Game Launcher/Booster's game list if it's not detected automatically. |
I could add
to the manifest, though we already have the older
However, we do not currently query the game optimization mode, like described here to https://developer.android.com/games/optimize/adpf/gamemode/gamemode-api . It's a bit unclear how we should optimize for battery or performance without overriding user settings in unexpected ways. |
This should allow devices to detect that this app is a game and apply additional performance improvements or enable additional game-related services, such as Samsung's Game Booster.
The text was updated successfully, but these errors were encountered: