Android Question Notification CRLF

Alankoba

Member
Licensed User
Longtime User
Hi dears,

I Am using default notification library, and work fine for me, but a notify event dont support CRLF.

Have any workarround?

B4X:
Dim n As Notification
    n.Initialize
    n.Icon = "not"
    n.Light = True
    n.Vibrate = True
    n.Sound = True
    n.AutoCancel = True
   
    n.SetInfo("title", "AAAAAAAAAAAAAAAAAAAAAAAAA" & CRLF & "BBBBBBBBBBB", Me) 
    n.Notify(1)
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…