Hello all.
Really simple problem:
I want to use the notification area JUST for the purpose of displaying messages to the user. I DO NOT want to launch any activities when the user taps on the notification.
I've been looking around at all of the "Advanced Notification Libraries" and they all appear to have mandatory activity launches associated with their use.
B4A's core notification object does NOT support this action. I would assume that by passing "" or NULL for the activity would serve this purpose - but no - doing so makes the library relaunch the existing activity. Kind of confusing, since the Android documentation states that activity launch IS optional, so I would assume that that functionality would have been available in the core notification object.
Thanks in advance.
> Sonny <
Really simple problem:
I want to use the notification area JUST for the purpose of displaying messages to the user. I DO NOT want to launch any activities when the user taps on the notification.
I've been looking around at all of the "Advanced Notification Libraries" and they all appear to have mandatory activity launches associated with their use.
B4A's core notification object does NOT support this action. I would assume that by passing "" or NULL for the activity would serve this purpose - but no - doing so makes the library relaunch the existing activity. Kind of confusing, since the Android documentation states that activity launch IS optional, so I would assume that that functionality would have been available in the core notification object.
Thanks in advance.
> Sonny <