D19734: Fix compilation with Android API level >= 26

2019-03-14 Thread Volker Krause
This revision was automatically updated to reflect the committed changes. Closed by commit R244:35b0d2adf013: Fix compilation with Android API level >= 26 (authored by vkrause). REPOSITORY R244 KCoreAddons CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D19734?vs=53814&id=53901 REVISI

D19734: Fix compilation with Android API level >= 26

2019-03-13 Thread Aleix Pol Gonzalez
apol accepted this revision. This revision is now accepted and ready to land. REPOSITORY R244 KCoreAddons BRANCH master REVISION DETAIL https://phabricator.kde.org/D19734 To: vkrause, apol Cc: kde-frameworks-devel, michaelh, ngraham, bruns

D19734: Fix compilation with Android API level >= 26

2019-03-13 Thread Volker Krause
vkrause created this revision. Herald added a project: Frameworks. Herald added a subscriber: kde-frameworks-devel. vkrause requested review of this revision. REVISION SUMMARY Starting with API level 26, these methods are actually available and we don't need our dummy declarations anymore. RE