Hello!
My app uses 3 services (with starter service), Main Activity as Login Screen and one more activity that does all the UI Job!
The 2 custom services are started as sticky and foreground.
I would like to ask you about the notifications I have to use:
I must have one notification for every service?
Is it enough to have one notification only for the second Activity?
Is it needed to have notifications for all units?
Which is the proper approach?
Thank you in advance!
My app uses 3 services (with starter service), Main Activity as Login Screen and one more activity that does all the UI Job!
The 2 custom services are started as sticky and foreground.
I would like to ask you about the notifications I have to use:
I must have one notification for every service?
Is it enough to have one notification only for the second Activity?
Is it needed to have notifications for all units?
Which is the proper approach?
Thank you in advance!