aboutsummaryrefslogtreecommitdiffstats
path: root/examples/androidextras/notification/android/src
Commit message (Collapse)AuthorAgeFilesLines
* Fix notification example crashingAssam Boudjelthia2020-03-121-0/+95
The notification example needed some fixing because it was crashing, now passing context from C++ side. There are some changes to the Android Notification API, so some changes has to be made to make sure the example works for different old and new Android API levels. + Updating the icons. Task-number: QTBUG-80717 Change-Id: I1560e31b73233895053b1a9a6a523a7b163c5d89 Reviewed-by: BogDan Vatra <bogdan@kdab.com>