From 0ba01892603e17e8663a51fb3723e484c4bdce7e Mon Sep 17 00:00:00 2001 From: HouraisanNEET Date: Sat, 10 Apr 2021 13:43:22 +0800 Subject: Add F-Droid Signed-off-by: HouraisanNEET --- lib/public/Defaults.php | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'lib/public/Defaults.php') diff --git a/lib/public/Defaults.php b/lib/public/Defaults.php index 8f5ed68d189..3d951a4f165 100644 --- a/lib/public/Defaults.php +++ b/lib/public/Defaults.php @@ -96,6 +96,15 @@ class Defaults { return $this->defaults->getAndroidClientUrl(); } + /** + * link to the Android client on F-Droid + * @return string + * @since 23.0.0 + */ + public function getFDroidClientUrl() { + return $this->defaults->getFDroidClientUrl(); + } + /** * base URL to the documentation of your ownCloud instance * @return string -- cgit v1.2.3