summaryrefslogtreecommitdiffstats
path: root/lib/public
diff options
context:
space:
mode:
Diffstat (limited to 'lib/public')
-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 7d74134cf48..7c6d73bcaea 100644
--- a/lib/public/Defaults.php
+++ b/lib/public/Defaults.php
@@ -95,6 +95,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