diff options
Diffstat (limited to 'lib/public/Defaults.php')
-rw-r--r-- | lib/public/Defaults.php | 9 |
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 |