Not sure if anyone else posted this question, didn\'t find any, though there are similar ones.
This is my manifest xml:
What am I doing wrong?
Nothing. This is working as designed.
You are welcome to also have an android:label
attribute on the
, which should be used for the launcher icon label, according to the documentation:
The icon and label set for an intent filter are used to represent a component whenever the component is presented to the user as fulfilling the function advertised by the filter. For example, a filter with "android.intent.action.MAIN" and "android.intent.category.LAUNCHER" settings advertises an activity as one that initiates an application — that is, as one that should be displayed in the application launcher. The icon and label set in the filter are therefore the ones displayed in the launcher.