Installs extra monogame app?

When I install my app on android, both debug and release, I get an extra app with the same icon as my game but it says only Monogame. Nothing happens when I try to run it. Is that really how it’s supposed to be?
I don’t see this on iOS.

Something is wrong with your project settings most likely. You should only have one game installed, and if you look in the settings->apps you will see the monogame runtime installed for debug builds, but it doesn’t show up in your app drawer

Not sure what I did but after messing around in the AndroidManifest.xml it stopped happening.
If I encounter it again I will try to find out exactly why.