3

My application does not have any games inside but unfortunately samsung game launcher detects the app as game and hide the icon. the only way to open the app is through samsung game launcher. why and how does samsung game launcher detects app as game? thanks

ADM
  • 20,406
  • 11
  • 52
  • 83

1 Answers1

0

Based from this thread, try changing app.json package to something like:

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

You may also check this link for additional workaround.

abielita
  • 13,147
  • 2
  • 17
  • 59