fbeuster/AbfallLRO

Notification settings

Closed this issue · 1 comments

Beginning with Android O, notifications can be bundled in notification channels. Users can adjust notification settings per channel. This is great but needs extra care in the app itself like

  • don't expose settings that won't effect anything, instead deep link to settings (?)
  • should channel be re-created with every notification, or just at app start (app cannot change it anyway)

fixed in 2e17dcc