I have a notify in my app
and this is my notify
if tap to "TUTTE LE CATEGORIE" (all categories)
Why I have two categories?
What does it mean "Senza categoria" (without category")??
THANKS
B4X:
Sub notifica
Dim cn As NotificationBuilder
cn.Initialize
cn.DefaultLight = True
cn.DefaultVibrate = True
cn.DefaultSound = True
'cn.ContentInfo = "SumUp POS"
'cn.ContentText = "SumUp POS"
cn.ContentTitle = "SumUp POS"
cn.SmallIcon="icon"
cn.Notify(1)
End Sub

if tap to "TUTTE LE CATEGORIE" (all categories)

Why I have two categories?
What does it mean "Senza categoria" (without category")??
THANKS