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 seem
this can be fixed in the google play services if i'm not mistaken you should check there at this time i'm actually a bit busy maybe when done i can check please more info about your problem
For Cordova v8.0.0:
You need to change the default package name in config.xml
from:
io.cordova.hellocordova
to your own, for example:
com.yourcompanyname.yourappname
I detect this happend when you use gaming mode.. try switch to balance mode.. it happend to me yesterday.. i still use gaming mode just turn off the lock & notifocation.. when gaming i turn on back.. oh yah im using samsung note 5..
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.
I was having the same problem and I resolved it by changing app.json
package to something like
"android": {
"package": "com.youruniquecompanyname.yourappname"
},