Android Question NB6 - Not Icon with Android 5.01

Roberto P.

Well-Known Member
Licensed User
Longtime User
In Android 5.01 no displays the icons in the notifications. Any one tell mi how to resolve the problem?

notification.png


thanks
regards
 

Roberto P.

Well-Known Member
Licensed User
Longtime User
I Erel
can you indicate how to do this? I should modified you class NB6?

thank
 
Upvote 0

Roberto P.

Well-Known Member
Licensed User
Longtime User
ok Erel,
I see in your code that is cheched the version and that is used the object CNotification. Why this object does'nt work?

B4X:
Private OldNotification As Notification
...
 If IsOld Then
      OldNotification.Initialize
     OldNotification.Icon = "icon"
..

thank you
 
Upvote 0

Similar Threads

Top