非游戏应用程序被三星游戏启动器视为游戏

问题描述:

每当我打开android应用程序时,它就会触发三星银河s8上的游戏模式/游戏启动器.但是该应用程序不是游戏.在以前的版本中,该应用使用了opengl,而如果使用opengl,则三星似乎将其视为游戏.我已经删除了opengl代码,但三星仍然将应用程序视为游戏.奇怪的是,当我更改应用程序ID时,应用程序会正常启动.因此,我认为三星会将应用程序ID作为游戏存储在某个地方.有人遇到过类似的三星游戏启动器问题吗?

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?

如果程序包名称为"com.exmaple",只有Samsung将其检测为游戏,我会发生此问题,我不知道为什么, 在我将包名称更改为"com.exmaple.android"后,它工作正常.

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.