I upload files to server and get notifications on my android device
What can I do to combine notifications into a stack?
I upload files to server and get notifications on my android device
What can I do to combine notifications into a stack?
The plugin uses android-upload-service library which is responsible for publishing notifications. The library assigns a Group for each notification so everything is stacked, but if you want to combine them with a summary then you must explicitly create a summary notification with same group so everything will be combined into one.
This thread may show you how to create a summary notification, you will have to assign the same group used in the library.
You may also raise a feature request at android-upload-service.