Android Question Notification builder issue

tigrot

Well-Known Member
Licensed User
Longtime User
Hi everybody,
my last app makes extensive use of "Notification builder". I have two notification actions which allows to choose next step.
Sometimes the notification is shown more times, with same notification index, because the event which fires the notification is reported every 30".
I don't know why sometimes the notification doesn't show the actions' buttons. Maybe it's the repeated show?
One information: if USB cable is connected the buttons are never shown.

Thank you
Mauro
 

tigrot

Well-Known Member
Licensed User
Longtime User
I was not able to reproduce constantly.
If connected USB the line is never shown.
I forgot to add #BridgeLogger: true which is in my app and the first test on a 4.2 showed no button line. But this happened only once on a device connected to bridge via wi-fi.
I have tested on other Androids I use for test and had the same issue.
 

Attachments

  • notify.zip
    11.5 KB · Views: 205
Upvote 0

An Schi

Well-Known Member
Licensed User
Is it maybe a problem of android version or target sdk? The notifications changed a lot with the versions....
 
Upvote 0
Top