So yes, my fragments app that uses two fragments creates two icons when installed on the device – one for main activity and one for one of the fragment activities. Both of them are working fine.
How do I make so that my app is represented by only one launcher icon??
Yes i know that is really dull question.
Thanks in advance xx
Edit your Manifest file to have only one activity with intent-filter like this one below: