Android Question Android 10 BigtextNotification issue

Scantech

Well-Known Member
Licensed User
Longtime User
B4X:
    Dim n As NB6
    n.Initialize(1, Application.LabelName, "LOW").SmallIcon(TripIcon2).AutoCancel(True)
    n.SetDefaults(False, False ,False)
    n.BigTextStyle("Status", cs, Body2)
    n.Build("Status", Body, "tag2", Starter.WhatFormName).Notify(1)

My Body message is different then Body2. In Android 10, Body is being replaced by Body2 message? When collapsed or not it shows Body2 message only? Android 9- is ok.
 
Last edited:
Cookies are required to use this site. You must accept them to continue using the site. Learn more…