mirror of
https://github.com/nextcloud/android.git
synced 2024-11-23 21:55:48 +03:00
10 lines
348 B
XML
10 lines
348 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
<string name="server_url"></string>
|
|
<bool name="show_server_url_input">true</bool>
|
|
|
|
<!-- Flags to setup the authentication methods available in the app -->
|
|
<string name="auth_method_oauth2">off</string>
|
|
<string name="auth_method_saml_web_sso">on</string>
|
|
|
|
</resources>
|