Android Question Two notification objects

peacemaker

Expert
Licensed User
Longtime User
I have found that if a single service uses 2 Notification objects (to show 2 various statuses by digit icons) - the app users started to complain that the notification LED is always blinking (as first notification is updated every several seconds). Various phone models.
If to set:
B4X:
Notif.Light = False
, then LED does not work at all, no lighting at all, no one app can use it. Seems, due to my periodical notification1.

And all these tests were made without using Notification2 object.
And normal LED working is possible only if to delete this secon Notification2 object.

But..... how to combine all these functions ?
 
Top