I've a BigText notification with action buttons. The notification shows status reports and has action buttons 'clear all' to clear all outstanding reports and cancel the notification, and 'view next' to clear the current status report and show the next.
The reports are generally 3 lines but may be up to 6, so the action butttons can occasionally change screen position.
I don't want a tap on the notification itself to do anything as that would be irritating if the user were clicking through the status reports and tapped the notification by mistake.
Without a setActivity a tap is closing the notification drawer.
Is there a way I can get it to do absolutely nothing?
I tried setActivity Null but that doesn't do it.
The reports are generally 3 lines but may be up to 6, so the action butttons can occasionally change screen position.
I don't want a tap on the notification itself to do anything as that would be irritating if the user were clicking through the status reports and tapped the notification by mistake.
Without a setActivity a tap is closing the notification drawer.
Is there a way I can get it to do absolutely nothing?
I tried setActivity Null but that doesn't do it.