D17851: Add Android notification backend

Nicolas Fella noreply at phabricator.kde.org
Fri Jan 4 08:03:27 GMT 2019


nicolasfella added a comment.


  Please note that all apps uploaded to the Play Store need to have a target API level >= 26 (Oreo). This means (among other things) that notifications need to have a channel (see https://developer.android.com/training/notify-user/channels). The current code will fail as soon as the app developer has a target API >= 26 specified. See https://developer.android.com/training/notify-user/channels for details. I would know how to do the required Java changes (I have done it for KDE Connect D9514 <https://phabricator.kde.org/D9514>) but I'm not sure if/how it's possible to do it without the support library/androidx and adding it to the build seems above my knowledge.

REPOSITORY
  R289 KNotifications

REVISION DETAIL
  https://phabricator.kde.org/D17851

To: vkrause, apol
Cc: apol, nicolasfella, kde-frameworks-devel, michaelh, ngraham, bruns
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20190104/eeaf1ca6/attachment.html>


More information about the Kde-frameworks-devel mailing list