apol added a comment.
In D11734#235886 <https://phabricator.kde.org/D11734#235886>, @aacid wrote: > Would it make sense do document the classes/methods that won't work in Android? I was about to do that, but I feel a bit weird because it's as if the rest would work, which I cannot ensure. PreviewJob will work, just without the shared memory, which in Android doesn't really matter. diff --git a/src/core/kmountpoint.h b/src/core/kmountpoint.h index 1762ae8d..ef7bd8cc 100644 --- a/src/core/kmountpoint.h +++ b/src/core/kmountpoint.h @@ -83,6 +83,8 @@ public: * This function gives a list of all currently used mountpoints. (mtab) * @param infoNeeded Flags that specify which additional information * should be fetched. + * + * @note this method is not supported on Android */ static List currentMountPoints(DetailsNeededFlags infoNeeded = BasicInfoNeeded); REPOSITORY R241 KIO REVISION DETAIL https://phabricator.kde.org/D11734 To: apol, #frameworks Cc: aacid, michaelh, ngraham