Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Non-game App gets treated as game by Samsung game launcher

Whenever I open my android app it triggers the game mode/game launcher on samsung galaxy s8. But the app isn't a game. In a previous version the app used opengl and it seems like samsung treats an app as game if it uses opengl. I already removed the opengl code but samsung still treats the app as game. The strange thing is when I change the application-id the app launches normally. So, I think samsung stores the application-id as game somewhere. Anyone ever had a similar problem with samsung game launcher?

like image 463
Ascot Harris Avatar asked May 04 '18 11:05

Ascot Harris


People also ask

Why is Game Launcher on my phone?

Game Launcher gathers your downloaded games from Google Play and Galaxy Apps into one place for easy access. You can set to game mode to play your game more easily.


1 Answers

this problem happens if the package name is "com.exmaple" only Samsung detect it as game i do not know why, after i change the package name to "com.exmaple.android" it worked fine.

like image 87
Ziad Gholmish Avatar answered Sep 17 '22 01:09

Ziad Gholmish