Implement support for notification urgency on Android
ClosedPublic

Authored by vkrause on May 1 2020, 4:06 PM.

Details

Summary

While the notification levels map nicely, the behavior on Android with
API level 26 or higher is slightly different from what one might expect:
The urgency is configured on the notification channel the first time it
is created, and then persisted together with the user's notification
settings. That means that changes to the notification level after this
has been used for the first time have no effect.

Diff Detail

Repository
R289 KNotifications
Branch
master
Lint
No Linters Available
Unit
No Unit Test Coverage
Build Status
Buildable 26200
Build 26218: arc lint + arc unit
vkrause created this revision.May 1 2020, 4:06 PM
Restricted Application added a project: Frameworks. · View Herald TranscriptMay 1 2020, 4:06 PM
Restricted Application added a subscriber: kde-frameworks-devel. · View Herald Transcript
vkrause requested review of this revision.May 1 2020, 4:06 PM
nicolasfella accepted this revision.May 1 2020, 7:37 PM
This revision is now accepted and ready to land.May 1 2020, 7:37 PM
This revision was automatically updated to reflect the committed changes.