Just getting my hands around intent filters, and I’ve noticed a rather hit and miss approach to labeling intent-filters using android:label in both sample code and other online sources, yet haven’t been able to find a definitive explanation for the purpose of labeling.
Can anyone point me in the right direction?
Thanks,
Paul
Basic example:
android:labelfor the intent filter is the string that the user will see in the alternatives menu.It’s explained in the official documentation: