0

I upload files to server and get notifications on my android device

upload notification

What can I do to combine notifications into a stack?

Alexandr Lukovnikov
  • 170
  • 1
  • 5
  • 17

1 Answers1

0

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.

Manoj
  • 21,753
  • 3
  • 20
  • 41