summaryrefslogtreecommitdiffstats
path: root/lib/public/Defaults.php
diff options
context:
space:
mode:
authorHouraisanNEET <HouraisanNEET@users.noreply.github.com>2021-04-10 13:43:22 +0800
committerHouraisanNEET <HouraisanNEET@users.noreply.github.com>2021-07-04 21:44:55 +0800
commit0ba01892603e17e8663a51fb3723e484c4bdce7e (patch)
tree1d0d6852a7104871987ece6c601f82bf43dda8ce /lib/public/Defaults.php
parentbbee01117e36fcabf7db8195343d897bc28c619a (diff)
downloadnextcloud-server-0ba01892603e17e8663a51fb3723e484c4bdce7e.tar.gz
nextcloud-server-0ba01892603e17e8663a51fb3723e484c4bdce7e.zip
Add F-Droid
Signed-off-by: HouraisanNEET <HouraisanNEET@users.noreply.github.com>
Diffstat (limited to 'lib/public/Defaults.php')
-rw-r--r--lib/public/Defaults.php9
1 files changed, 9 insertions, 0 deletions
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
@@ -97,6 +97,15 @@ class Defaults {
}
/**
+ * 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
* @since 6.0.0