vkrause created this revision. Herald added a project: Frameworks. Herald added a subscriber: kde-frameworks-devel. vkrause requested review of this revision.
REVISION 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. REPOSITORY R289 KNotifications BRANCH master REVISION DETAIL https://phabricator.kde.org/D29342 AFFECTED FILES src/android/org/kde/knotifications/KNotification.java src/android/org/kde/knotifications/NotifyByAndroid.java src/notifybyandroid.cpp To: vkrause Cc: kde-frameworks-devel, LeGast00n, cblack, michaelh, ngraham, bruns