1 <?xml version="1.0" encoding="utf-8"?>
3 This file is part of the LibreOffice project.
4 This Source Code Form is subject to the terms of the Mozilla Public
5 License, v. 2.0. If a copy of the MPL was not distributed with this
6 file, You can obtain one at http://mozilla.org/MPL/2.0/.
8 <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
10 android:title="@string/owncloud_settings"
11 android:key="pref_key_owncloud_settings">
13 android:key="pref_server_url"
14 android:title="@string/server_url"
15 android:summary="@string/server_url_and_port"
16 android:defaultValue="http://" />
18 android:key="pref_user_name"
19 android:title="@string/user_name"
20 android:defaultValue="" />
22 android:key="pref_password"
23 android:title="@string/password"
24 android:defaultValue="" />
27 android:title="@string/physical_storage_settings">
29 android:title="@string/external_sd_path"
30 android:key="pref_extsd_path_uri">
33 android:title="@string/otg_device_path"
34 android:key="pref_otg_path_uri"
35 android:summary="@string/otg_warning">