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

前端 未结 5 1162
盖世英雄少女心
盖世英雄少女心 2020-12-18 23:27

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

相关标签:
5条回答
  • 2020-12-18 23:34

    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

    0 讨论(0)
  • 2020-12-18 23:47

    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

    0 讨论(0)
  • 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..

    0 讨论(0)
  • 2020-12-18 23:49

    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.

    0 讨论(0)
  • 2020-12-18 23:50

    I was having the same problem and I resolved it by changing app.json package to something like

    "android": { "package": "com.youruniquecompanyname.yourappname" },

    0 讨论(0)
提交回复
热议问题