Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stefan-niedermann/nextcloud-notes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstefan-niedermann <info@niedermann.it>2019-10-30 21:36:37 +0300
committerstefan-niedermann <info@niedermann.it>2019-10-30 21:36:37 +0300
commitd3cc57905121406b63b3505be4600a518fe6aef2 (patch)
tree447f538674e1ee2b800753b5f572e16a3bc69ae8 /app/src/main/res/xml
parent33ee842c65d0781bd04b70ccf9081e224c61e824 (diff)
#599 Multi account and SSO
Remove TrustPreference from PreferencesFragment
Diffstat (limited to 'app/src/main/res/xml')
-rw-r--r--app/src/main/res/xml/preferences.xml17
1 files changed, 0 insertions, 17 deletions
diff --git a/app/src/main/res/xml/preferences.xml b/app/src/main/res/xml/preferences.xml
index 3b90fba1..db4f57e2 100644
--- a/app/src/main/res/xml/preferences.xml
+++ b/app/src/main/res/xml/preferences.xml
@@ -37,21 +37,4 @@
android:key="@string/pref_key_wifi_only"
android:title="@string/settings_wifi_only" />
- <PreferenceScreen
- android:key="@string/pref_key_certs"
- android:persistent="false"
- android:icon="@drawable/ic_https_grey_24dp"
- android:title="@string/settings_cert_category">
- <CheckBoxPreference
- android:defaultValue="true"
- android:key="@string/pref_key_trust_system_certs"
- android:title="@string/settings_cert_trust_system"
- android:summaryOn="@string/settings_cert_trust_system_on"
- android:summaryOff="@string/settings_cert_trust_system_off" />
- <Preference
- android:key="@string/pref_key_reset_trust"
- android:title="@string/settings_cert_reset"
- android:summary="@string/settings_cert_reset_summary" />
- </PreferenceScreen>
-
</PreferenceScreen>