1

Currently making a cordova app which I'm testing in samsung galaxy s8. However, whenever I open it it triggers the game mode/game launcher. I was wondering what's causing it. Is there something I have to edit in the config.xml to have it consider as a regular app?

Gerard Cruz
  • 641
  • 14
  • 34

1 Answers1

2

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

Related to: Non-game App gets treated as game by Samsung game launcher

Nickson Yap
  • 1,146
  • 15
  • 23